From 94e9c2021b6f74f77f4c0dd622a36f89b033c9df Mon Sep 17 00:00:00 2001 From: pmantoine Date: Mon, 15 May 2023 11:31:44 +0800 Subject: [PATCH] Fix config.example.h OLED_DRIVER #define --- config.example.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.h b/config.example.h index 728c1dd..11852c5 100644 --- a/config.example.h +++ b/config.example.h @@ -128,7 +128,7 @@ The configuration file for DCC-EX Command Station //OR define OLED_DRIVER width,height[,address] in pixels (address auto detected if not supplied) // 128x32 or 128x64 I2C SSD1306-based devices are supported. // Use 132,64 for a SH1106-based I2C device with a 128x64 display. -// #define OLED_DRIVER 128,32,0x3c +// #define OLED_DRIVER 0x3c,128,32 // Define scroll mode as 0, 1 or 2 // * #define SCROLLMODE 0 is scroll continuous (fill screen if poss),