Hey guys,
I just started using FastLED for a project I’m working on and came upon a problem that I haven’t been able to fully solve. I would like to know if I can read a specific LED’s state via the library. I found that my leds array will give a 1 or 0 for the on/off state, but I was wondering if there was a way to read rgb (or hsv) data from a given LED. I scanned through the reference docs but didn’t see anything that looked like it would do that.
Hi Ryan, did you look through the following docs…
Ah, just missed the part about reading separate rgb values when I went through that earlier. Thanks!