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:
Diffstat (limited to 'examples/SmartMatrix/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>