Definition at line 74 of file FastLED.cpp.
74 {
75
76
82}
uint32_t m_nMinMicros
minimum µs between frames, used for capping frame rates
uint16_t m_nFPS
tracking for current frames per second (FPS) value
power_func m_pPowerFunc
function for overriding brightness when using FastLED.show();
uint8_t m_Scale
the current global brightness scale setting
uint32_t m_nPowerData
max power use parameter
References m_nFPS, m_nMinMicros, m_nPowerData, m_pPowerFunc, and m_Scale.