diyhue / Lights

DIY lights with support for diyHue
https://diyhue.org/
172 stars 99 forks source link

Light Support WS2811 #59

Closed rammstone83 closed 5 years ago

rammstone83 commented 5 years ago

Hi is there still the possibility to use WS2811 Strips with an ESP8266(nodemcu), Thanks in advance for the help

mariusmotea commented 5 years ago

Yes, only a minor change is needed. I think two colors are reversed compared to ws2812 and it can be fixed in library definition, instead of grb must be gbr or something else.

NeoPixelBus<NeoGrbFeature, Neo800KbpsMethod>* strip = NULL;

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 2 days if no further activity occurs. Thank you for your contributions.

stale[bot] commented 5 years ago

This issue has been automatically closed as it has not had any recent activity. Thank you for your contributions.