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

◆ DefaultFrameHistoryCount()

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

Definition at line 32 of file video.h.

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