From c15ea6e08348465df67b480acb53aec65004c50b Mon Sep 17 00:00:00 2001 From: Fred Date: Mon, 7 Mar 2022 08:05:02 -0500 Subject: [PATCH] Update config.example.h Add description of display scroll modes --- config.example.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.example.h b/config.example.h index 53d0d55..3dac207 100644 --- a/config.example.h +++ b/config.example.h @@ -129,6 +129,9 @@ The configuration file for DCC-EX Command Station // #define OLED_DRIVER 128,32 // 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 /////////////////////////////////////////////////////////////////////////////////////