WS2812 on software SPI #812
Unanswered
espruino-discuss2
asked this question in
Interfacing
Replies: 1 comment
-
Posted at 2015-10-09 by @gfwilliams I'm afraid not - software SPI isn't fast enough (you'd have a break between individual bits as Espruino went away to figure out what the next bit of data was). The hardware SPI only works because quite a bit of effort has been put in to try and ensure that is can be kept topped up with data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-10-09 by JumJum
Is there a way to get WS2812 running on software spi ?
send4bit, which is used in examples is not supported for software spi
Beta Was this translation helpful? Give feedback.
All reactions