Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FastLED passthrough for FastLED.delay() #55

Closed
connornishijima opened this issue Feb 6, 2022 · 1 comment
Closed

Add FastLED passthrough for FastLED.delay() #55

connornishijima opened this issue Feb 6, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@connornishijima
Copy link
Owner

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 connornishijima added the enhancement New feature or request label Feb 6, 2022
@connornishijima
Copy link
Owner Author

connornishijima commented Apr 15, 2022

Fixed in 4471603

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant