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

◆ DefaultFrameHistoryCount()

static size_t fl::Video::DefaultFrameHistoryCount ( )
inlinestatic

Definition at line 30 of file video.h.

30 {
31#ifdef __AVR__
32 return 1;
33#else
34 return 2; // Allow interpolation by default.
35#endif
36 }