-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I2SClocklessLedDriver based Output #135
base: mdev
Are you sure you want to change the base?
Conversation
221b35b
to
31202ed
Compare
Same issue as the FastLED branch, the config will work when you first apply, but not properly saving to the config file to survive a reboot. Had same issue with the Hub75 driver so need to remind myself what the secret to getting that to work was |
Note: I2s currently clashes with the AudioReactive usermod, so this needs to be disabled at present. If the LED output is actually of use, we can look to fix this clash |
Looking at the CI builds, it seems that the I2SClockless only supports esp32, while it fails to compile on -S3, -S2 and -C3. |
Add I2SClocklessLedDriver to compare with the existing NeoPixelBus output driver to see if this any better at avoiding flicker/gltiches