We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90db83 commit 314d4daCopy full SHA for 314d4da
marquee/Settings.h
@@ -85,7 +85,7 @@ String NEWS_SOURCE = "reuters"; // https://newsapi.org/sources to get full list
85
// DIN -> D7 (MOSI)
86
const int pinCS = D6; // Attach CS to this pin, DIN to MOSI and CLK to SCK (cf http://arduino.cc/en/Reference/SPI )
87
int displayIntensity = 1; //(This can be set from 0 - 15)
88
-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
89
const int numberOfVerticalDisplays = 1; // default 1 for a single row height
90
/* set ledRotation for LED Display panels (3 is default)
91
0: no rotation
0 commit comments