FastLED
3.9.15
Loading...
Searching...
No Matches
◆
DefaultFrameHistoryCount()
static size_t fl::Video::DefaultFrameHistoryCount
(
)
inline
static
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
}
fl
Video
Generated on Thu May 29 2025 04:44:59 for FastLED by
1.13.2