Current News

Moderator: Mmiscool

User avatar
By Mmiscool
#37534 http://www.esp8266basic.com/functions-n ... s2812.html

To use NEO Pixel strips you must connect the signal to pin 15, D8 for node mcu boards.

NEO():
Will set the desired pixel led to the color specified with an RGB (Red, Green, Blue) value.
neo({LED NO},{R},{G},{B})


NEOCLS():
Will turn off all the leds on the strip.
neocls()



neostripcolor():
Will set a range of leds to the desired color.
neostripcolor({start pixel},{end pixel},{R},{G},B})
User avatar
By Mmiscool
#37569 unfortunately not at this time. I was unable to get pin mapping working at the moment. Need an esp-12 for this one.