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 Fri Aug 22 2025 20:59:37 for FastLED by
1.13.2