From 314d4dad89b3d6812b8d0aabc2a1e0183f2c072f Mon Sep 17 00:00:00 2001 From: Qrome <32021227+Qrome@users.noreply.github.com> Date: Sun, 10 Oct 2021 14:03:20 -0700 Subject: [PATCH] Updated back to 4 default width --- marquee/Settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marquee/Settings.h b/marquee/Settings.h index 46b87b1..fc88628 100644 --- a/marquee/Settings.h +++ b/marquee/Settings.h @@ -85,7 +85,7 @@ String NEWS_SOURCE = "reuters"; // https://newsapi.org/sources to get full list // DIN -> D7 (MOSI) const int pinCS = D6; // Attach CS to this pin, DIN to MOSI and CLK to SCK (cf http://arduino.cc/en/Reference/SPI ) int displayIntensity = 1; //(This can be set from 0 - 15) -const int numberOfHorizontalDisplays = 8; // default 4 for standard 4 x 1 display Max size of 16 +const int numberOfHorizontalDisplays = 4; // default 4 for standard 4 x 1 display Max size of 16 const int numberOfVerticalDisplays = 1; // default 1 for a single row height /* set ledRotation for LED Display panels (3 is default) 0: no rotation