-
Notifications
You must be signed in to change notification settings - Fork 1
LED Functions
Milan edited this page Feb 10, 2021
·
1 revision
ArduRGB uses the FastLED library for controlling LEDs.
As such, you have complete access to all FastLED functions when creating effects.
Some FastLED do not properly work with reversed virtual LED strips. To maintain compatibility, the functions have been re-implemented in a way that works with all types of virtual LED strips.
When creating effects, please remember to use these functions in place of the library built-in functions. You can use these functions in exactly the same way as the original ones.
You can find the implementations for all these effects here.
-
fill_solid=>_fillSolid. -
fadeToBlackBy=>_fadeToBlackBy. -
nscale8=>_nscale8.
ArduRGB | License | Code of Conduct | Contributing | Wiki | Code