mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-04-20 20:21:18 +02:00
Update config.example.h
Add description of display scroll modes
This commit is contained in:
parent
90092b4ad5
commit
c15ea6e083
@ -129,6 +129,9 @@ The configuration file for DCC-EX Command Station
|
|||||||
// #define OLED_DRIVER 128,32
|
// #define OLED_DRIVER 128,32
|
||||||
|
|
||||||
// Define scroll mode as 0, 1 or 2
|
// Define scroll mode as 0, 1 or 2
|
||||||
|
// * #define SCROLLMODE 0 is scroll continuous (fill screen if poss),
|
||||||
|
// * #define SCROLLMODE 1 is by page (alternate between pages),
|
||||||
|
// * #define SCROLLMODE 2 is by row (move up 1 row at a time).
|
||||||
#define SCROLLMODE 1
|
#define SCROLLMODE 1
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user