You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some LEDs take the colours in a different order. It should be possible to customise the order the data is sent in, but it's not something I've implemented yet.
thanks for advice, you were right - i have BGR LED strip (sold as RGB)
ps. finally i used WLED project here (have good android app included)
and is good for this usage, but for future i will need also my own
micropython code
When I use leds1.set_pixel it is leds1.set_pixel(x,Red,Blue,Green) instead of usual and documentred Red, Green Blue. In leds1.fill(i,i,i) is OK.
The text was updated successfully, but these errors were encountered: