FastLED VS I2SClocklessLedDriver

Compare FastLED vs I2SClocklessLedDriver and see what are their differences.

FastLED

The FastLED library for colored LED animation on Arduino. Please direct questions/requests for help to the FastLED Reddit community: http://fastled.io/r We'd like to use github "issues" just for tracking library bugs / enhancements. (by FastLED)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
FastLED I2SClocklessLedDriver
344 14
6,223 52
0.9% -
7.7 5.9
17 days ago 6 months ago
C++ C++
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

FastLED

Posts with mentions or reviews of FastLED. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-10.

I2SClocklessLedDriver

Posts with mentions or reviews of I2SClocklessLedDriver. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.
  • Trying to use two ESP32 to connect to resolume over Artnet - Are the ESPs to weak for the project? (long)
    2 projects | /r/FastLED | 29 Jun 2023
    Some libraries overdrive the leds slightly. They are still totally stable. They can be driven slightly out of spec. Use this library to drive them at 833 kHz. https://github.com/hpwit/I2SClocklessLedDriver
  • Making the LED pin a variable rather than a template constant
    1 project | /r/FastLED | 5 May 2023
  • Two libraries to power your led projects
    2 projects | /r/FastLED | 13 Feb 2023
    This is the library that I've used in all my projects. I know it's not technically FastLED. At least not yet. It's actually written by the same guy @u/Yves-bazin who made the 16 pin parallel i2s implementation of FastLED for the esp32. It has a plethora of new features and more stable signal. My favourite is the ability to choose the strip lengths and pins dynamically. I don't have to bake the pins into the source code but I can actually change them during runtime. This means I can save my settings to flash and reconfigure them over serial or a webserver. https://github.com/hpwit/I2SClocklessLedDriver
  • Pushing 1000 pixels over serial.
    3 projects | /r/FastLED | 23 Jan 2023
    I’ll test this later today! Been looking at this library as well https://github.com/hpwit/I2SClocklessLedDriver
  • ESP32-MINI-1 Custom PCB interrupt issues?
    1 project | /r/FastLED | 20 Jul 2022
    Does this board has i2s in parallel? If yes https://github.com/hpwit/I2SClocklessLedDriver/tree/87a67af8b39090fe254a45308c72386e11bc85a6 using the fulldmaoption there is an example https://github.com/hpwit/I2SClocklessLedDriver/blob/87a67af8b39090fe254a45308c72386e11bc85a6/examples/FullBufferFastLED/FullBufferFastLED.ino You should not have any issue with interrupt
  • i2s show() speed?
    3 projects | /r/FastLED | 15 Apr 2022
    Do have it do what you ask you need to have it full dma buffer that represents your strip. Look at the readme of this https://github.com/hpwit/I2SClocklessLedDriver towards the end. There is a mode that can Answer what you ask.
  • ESP32, SK6812, RGBW, multiple strips support
    2 projects | /r/FastLED | 24 Oct 2021
    Hello you can try this https://github.com/hpwit/I2SClocklessLedDriver and if you need more than 16 strips https://github.com/hpwit/I2SClocklessVirtualLedDriver
  • Flickering
    1 project | /r/FastLED | 14 Oct 2021
    Are you using wifi with your leds ? How Manu strips do you have ? You can try this library https://github.com/hpwit/I2SClocklessLedDriver.
  • Scrolling with a single instruction. No memcpy nor redrawing. #hardwarescrolling ;)
    2 projects | /r/FastLED | 7 May 2021
    Perhaps I'm reading it wrong, but I thought it would take no more RAM. It seems to treat each scanline as two sections, to create a circular buffer.
  • Putting together my first RGB Matrix
    3 projects | /r/FastLED | 5 Mar 2021
    100 LEDs - Good Start! After 400 LEDs you might want to take a look at this code

What are some alternatives?

When comparing FastLED and I2SClocklessLedDriver you can also consider the following projects:

WLED - Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!

artnetESP32

FastLED-esp32 - Parallel outputs for esp32

artnetesp32v2

Tasmota - Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at

ledder - Led strip/matrix animation (javascript/nodejs/raspberry/ws2812 ledstrips)

FastLED_NeoMatrix - Adafruit GFX compatible library for NeoPixel based Matrices using FastLED library

ArtNet - Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)

OctoWS2811 - Control thousands of WS2811/2812 LEDs at video refresh speeds

ESP32-Parallel-Demo100

esp32-fastled-webserver - Work in progress ESP32 port of https://github.com/jasoncoon/esp8266-fastled-webserver

I2SClocklessVirtualLedDriver