|
FastLED 3.9.15
|
#include <FastLED.h>
Include dependency graph for Parallel_IO.ino:Go to the source code of this file.
Macros | |
| #define | FASTLED_RP2040_CLOCKLESS_PIO_AUTO 1 |
| #define | LEDS_PER_STRIP 100 |
| #define | PIN_STRIP_0 2 |
| #define | PIN_STRIP_1 3 |
| #define | PIN_STRIP_2 4 |
| #define | PIN_STRIP_3 5 |
| #define | RGB_ORDER GRB |
Functions | |
| void | loop () |
| void | rotate (CRGB *array, int length, uint8_t amount) |
| Helper: Rotate array elements. | |
| void | setup () |
Variables | |
| CRGB | leds0 [LEDS_PER_STRIP] |
| CRGB | leds1 [LEDS_PER_STRIP] |
| CRGB | leds2 [LEDS_PER_STRIP] |
| CRGB | leds3 [LEDS_PER_STRIP] |