Low level neopixel functions with HEX RGB Board question.
-
Does anyone have an example using low level neopixel functions. I've tried this with the HEX RGB Board with no luck:
import esp
I'm not sure what goes in grb_buy I took a guess.
grb_buf = [0] = 0
grb_buf = [1] = 255
grb_buf = [2] = 0
esp.neopixel_write(26, grb_buf, is80khz) -
If I recall correctly coulees must be specified as touples and not single vales for example:
0,0,0 for off or 255,255,255 for on
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login