FastLED 3.9.15
Loading...
Searching...
No Matches

◆ CFastLED()

CFastLED::CFastLED ( )

Definition at line 92 of file FastLED.cpp.

92 {
93 // clear out the array of led controllers
94 // m_nControllers = 0;
95 m_Scale = 255;
96 m_nFPS = 0;
97 m_pPowerFunc = NULL;
98 m_nPowerData = 0xFFFFFFFF;
99 m_nMinMicros = 0;
100}
power_func m_pPowerFunc
function for overriding brightness when using FastLED.show();
Definition FastLED.h:384
fl::u32 m_nPowerData
max power use parameter
Definition FastLED.h:383
fl::u8 m_Scale
the current global brightness scale setting
Definition FastLED.h:380
fl::u32 m_nMinMicros
minimum µs between frames, used for capping frame rates
Definition FastLED.h:382
fl::u16 m_nFPS
tracking for current frames per second (FPS) value
Definition FastLED.h:381

References m_nFPS, m_nMinMicros, m_nPowerData, m_pPowerFunc, and m_Scale.