Skip to content

Commit 314d4da

Browse files
authored
Updated back to 4 default width
1 parent f90db83 commit 314d4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marquee/Settings.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ String NEWS_SOURCE = "reuters"; // https://newsapi.org/sources to get full list
8585
// DIN -> D7 (MOSI)
8686
const int pinCS = D6; // Attach CS to this pin, DIN to MOSI and CLK to SCK (cf http://arduino.cc/en/Reference/SPI )
8787
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
88+
const int numberOfHorizontalDisplays = 4; // default 4 for standard 4 x 1 display Max size of 16
8989
const int numberOfVerticalDisplays = 1; // default 1 for a single row height
9090
/* set ledRotation for LED Display panels (3 is default)
9191
0: no rotation

0 commit comments

Comments
 (0)