Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/SmartMatrix/SmartMatrix.ino3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/SmartMatrix/SmartMatrix.ino b/examples/SmartMatrix/SmartMatrix.ino
index e685cf67..092bcb79 100644
--- a/examples/SmartMatrix/SmartMatrix.ino
+++ b/examples/SmartMatrix/SmartMatrix.ino
@@ -1,3 +1,6 @@
+/* This example demos a rectangular LED matrix with moving noise.
+ It requires the SmartMatrix library in addition to FastLED. This is only available on Teensyy boards at the moment.
+*/
#include <SmartMatrix.h>
#include <FastLED.h>