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:38:14 +0300
committerGitHub <noreply@github.com>2022-01-31 19:38:14 +0300
commit611fa55f105c3388d13668fed7541b6ef9c3e9b8 (patch)
treec4607a868587d597b876ccd30bf3cb17183e98d4
parente1ca95266fd4c3626a5c3695767580b61016b952 (diff)
Update SmartMatrix.ino
-rw-r--r--examples/SmartMatrix/SmartMatrix.ino4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/SmartMatrix/SmartMatrix.ino b/examples/SmartMatrix/SmartMatrix.ino
index 092bcb79..dc3e7eee 100644
--- a/examples/SmartMatrix/SmartMatrix.ino
+++ b/examples/SmartMatrix/SmartMatrix.ino
@@ -1,5 +1,7 @@
/* 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.
+ 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>