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:
authorMark Kriegsman <1334634+kriegsman@users.noreply.github.com>2022-04-10 17:45:12 +0300
committerGitHub <noreply@github.com>2022-04-10 17:45:12 +0300
commit28beedb5d63044e76108c5d0620c46ee2aaf77cc (patch)
tree272aa4fd7c03f362829efc14df8ee9c3861a554f
parent274e017d43c78fea1cb3038da1cb19796cbdec51 (diff)
parent611fa55f105c3388d13668fed7541b6ef9c3e9b8 (diff)
Merge pull request #1361 from tochinet/master
Clarifies the need for SmartMatrix library and scope limited to Teensy boards
-rw-r--r--examples/SmartMatrix/SmartMatrix.ino5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/SmartMatrix/SmartMatrix.ino b/examples/SmartMatrix/SmartMatrix.ino
index e685cf67..dc3e7eee 100644
--- a/examples/SmartMatrix/SmartMatrix.ino
+++ b/examples/SmartMatrix/SmartMatrix.ino
@@ -1,3 +1,8 @@
+/* This example demos a rectangular LED matrix with moving noise.
+ It requires the SmartMatrix library in addition to FastLED.
+ This SmartMatrix library is only available on Teensy boards at the moment.
+ It can be found at https://github.com/pixelmatix/SmartMatrix
+*/
#include <SmartMatrix.h>
#include <FastLED.h>