Skip to content

Commit

Permalink
Updated back to 4 default width
Browse files Browse the repository at this point in the history
  • Loading branch information
Qrome authored Oct 10, 2021
1 parent f90db83 commit 314d4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marquee/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 314d4da

Please sign in to comment.