kitesurfer1404 / WS2812FX

WS2812 FX Library for Arduino and ESP8266
MIT License
1.6k stars 347 forks source link

Individual Pixel control #69

Closed danbicks closed 6 years ago

danbicks commented 6 years ago

Would be nice to include standard method of writing to individual neo pixels in non effect mode.

Maybe there already could not see a specific function.

Dans

tobi01001 commented 6 years ago

The class is based on the Adafruit neopixel class. You just need to call WS2812FX::setPixelColor(pixel, ....) - of course without calling service and/or trigger which may override immediatly with the current effect.

danbicks commented 6 years ago

Awesome,

Big thanks

Dans

On Thu, Jan 18, 2018 at 8:09 PM, tobi01001 notifications@github.com wrote:

The class is based on the Adafruit neopixel class. You just need to call WS2812FX::setPixelColor(pixel, ....) - of course without calling service and/or trigger which may override immediatly with the current effect.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kitesurfer1404/WS2812FX/issues/69#issuecomment-358766701, or mute the thread https://github.com/notifications/unsubscribe-auth/ALsWl1EXtOT88_YJpBx4j4SnaAGSv0vhks5tL6TjgaJpZM4RjLL7 .