![]() |
FastLED 3.9.13
|
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 |
#define | FASTLED_DEFINE_WEAK_YEILD_FUNCTION 1 |
Functions | |
int | atexit (void(*)()) |
Has to be declared outside of any namespaces. | |
uint16_t | cled_contoller_size () |
uint8_t | get_brightness () |
Variables | |
void * | pSmartMatrix = NULL |
Pointer to the matrix object when using the Smart Matrix Library. | |
CFastLED | FastLED |
Global LED strip management instance. | |
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. | |
int | noise_min |
Unused value. | |
int | noise_max |
Unused value. | |
#define FASTLED_DEFINE_WEAK_YEILD_FUNCTION 1 |
Definition at line 31 of file FastLED.cpp.
#define FASTLED_INTERNAL |
Definition at line 1 of file FastLED.cpp.
#define MAX_CLED_CONTROLLERS 64 |
Definition at line 18 of file FastLED.cpp.
int atexit | ( | void(* | )() | ) |
Has to be declared outside of any namespaces.
Called at program exit when run in a desktop environment. Extra C definition that some environments may need.
Definition at line 39 of file FastLED.cpp.
uint16_t cled_contoller_size | ( | ) |
Definition at line 47 of file FastLED.cpp.
uint8_t get_brightness | ( | ) |
Definition at line 353 of file FastLED.cpp.
uint32_t _frame_cnt =0 |
Global frame counter, used for debugging ESP implementations.
Definition at line 65 of file FastLED.cpp.
uint32_t _retry_cnt =0 |
Global frame retry counter, used for debugging ESP implementations.
Definition at line 69 of file FastLED.cpp.
CFastLED FastLED |
Global LED strip management instance.
Definition at line 57 of file FastLED.cpp.
|
extern |
Unused value.
|
extern |
Unused value.
void* pSmartMatrix = NULL |
Pointer to the matrix object when using the Smart Matrix Library.
Definition at line 55 of file FastLED.cpp.