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:
authorTochinet <tochinet@gmail.com>2022-01-31 19:35:15 +0300
committerGitHub <noreply@github.com>2022-01-31 19:35:15 +0300
commite1ca95266fd4c3626a5c3695767580b61016b952 (patch)
treeb47d07810a0093d6ceec9c5bf7f2762f6b0daa01
parent4d73cddfe4bd2b370ee882b6f68769bf7f8309f4 (diff)
Update SmartMatrix.ino
-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>