FastLED
3.9.15
Loading...
Searching...
No Matches
SmartMatrix.ino
Go to the documentation of this file.
1
// @filter: (platform is teensy) and (memory is large)
2
6
7
// FastLED.h must be included first to trigger precompiled headers for FastLED's build system
8
#include "FastLED.h"
9
#include "
fl/stl/has_include.h
"
10
11
#if FL_HAS_INCLUDE("SmartMatrix.h")
12
#include "
SmartMatrixSketch.h
"
13
#else
14
void
setup
() {
15
}
16
void
loop
() {
17
}
18
#endif
// FL_HAS_INCLUDE("SmartMatrix.h")
setup
void setup()
Definition
AnalogOutput.ino:65
loop
void loop()
Definition
AnalogOutput.ino:54
SmartMatrixSketch.h
has_include.h
examples
SmartMatrix
SmartMatrix.ino
Generated on Tue Jun 16 2026 00:06:58 for FastLED by
1.13.2