Definition at line 80 of file FastLED.cpp.
80 {
81
82
88}
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.