FastLED 3.9.15
|
Central source file for FastLED, implements the CFastLED class/object.
Definition in file FastLED.cpp.
Go to the source code of this file.
Macros | |
#define | FASTLED_INTERNAL |
#define | MAX_CLED_CONTROLLERS 64 |
Functions | |
int | atexit (void(*)()) |
Has to be declared outside of any namespaces. | |
FASTLED_NAMESPACE_BEGIN uint16_t | cled_contoller_size () |
uint8_t | get_brightness () |
Variables | |
uint32_t | _frame_cnt =0 |
Global frame counter, used for debugging ESP implementations. | |
uint32_t | _retry_cnt =0 |
Global frame retry counter, used for debugging ESP implementations. | |
CFastLED | FastLED |
Global LED strip management instance. | |
static void * | gControllersData [MAX_CLED_CONTROLLERS] |
static uint32_t | lastshow = 0 |
int | noise_max |
Unused value. | |
int | noise_min |
Unused value. | |
void * | pSmartMatrix = NULL |
Pointer to the matrix object when using the Smart Matrix Library. | |