Higher-refresh LEDs such as APA10*? #40
Replies: 4 comments 1 reply
-
Not yet, but if you can convince me there’s something cool I can do with APA102s that I can’t do with WS2812B, that’d be plenty of incentive for me to add support!
0- Dave
… On Oct 11, 2021, at 6:41 PM, Josh ***@***.***> wrote:
So much respect for your work (before and now).
The 800Hz PWM on the WS2812 distracting enough that I jumped ship to the APA102s as soon as I could get my hands on them, and I've used them (and their siblings) since.
Let's be clear: I know that I'm an outlier on this.
Does Night Driver have built-in support for these? If no: what would it take?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#40>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA4HCF36TYLYAEHEI7XNLSLUGOG3LANCNFSM5FZNCLRA>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Besides the higher PWM (which must be seen to be judged):
|
Beta Was this translation helpful? Give feedback.
-
As well: FastLED already supports them, so there is battle-tested code available |
Beta Was this translation helpful? Give feedback.
-
https://github.com/FastLED/FastLED/wiki/Overview#spichipsets APA102 is natively supported by FastLED. You'd just need to adjust the parameters when initializing the LED strip(s) in the setup function. It should look something like this (please verify for yourself).
You shouldn't need to adjust anything about NightDriver, just make sure the wires are connected to the correct pins. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
So much respect for your work (before and now).
The 800Hz PWM on the WS2812 distracting enough that I jumped ship to the APA102s as soon as I could get my hands on them, and I've used them (and their siblings) since.
Let's be clear: I know that I'm an outlier on this.
Does Night Driver have built-in support for these? If no: what would it take?
Beta Was this translation helpful? Give feedback.
All reactions