connornishijima / Pixie_Chroma

Arduino library and documentation for Pixie Chroma displays!
https://lixielabs.com/chroma/
MIT License
53 stars 9 forks source link

Add FastLED passthrough for FastLED.delay() #55

Closed connornishijima closed 2 years ago

connornishijima commented 2 years ago

Whoops, forgot this one! FastLED.delay() delays execution while still rapidly refreshing the display, allowing things like pix.set_brightness() and pix.set_max_power() to continue functioning properly during a delay, unlike the standard delay() call, which will basically just NOP until the delay is complete.

connornishijima commented 2 years ago

Fixed in https://github.com/connornishijima/Pixie_Chroma/commit/44716039234f5f4309921be5fce791568c9d4079