From 611fa55f105c3388d13668fed7541b6ef9c3e9b8 Mon Sep 17 00:00:00 2001 From: Tochinet Date: Mon, 31 Jan 2022 17:38:14 +0100 Subject: Update SmartMatrix.ino --- examples/SmartMatrix/SmartMatrix.ino | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 #include -- cgit v1.2.3