FastLED
3.9.15
Loading...
Searching...
No Matches
◆
DefaultFrameHistoryCount()
static size_t fl::Video::DefaultFrameHistoryCount
(
)
inline
static
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
}
fl
Video
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2