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

◆ getMaxRefreshRate()

u16 fl::FastLEDAdapter::getMaxRefreshRate ( ) const
overridevirtual

Get the maximum refresh rate.

Returns
Maximum frames per second (0 = no limit)

Implements fl::IFastLED.

Definition at line 100 of file adapter.cpp.hpp.

100 {
101 // CFastLED doesn't expose the max refresh rate setting
102 // Return 0 to indicate no limit
103 return 0;
104}

Referenced by ~FastLEDAdapter().

+ Here is the caller graph for this function: