mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-02-17 06:29:15 +01:00
Fix config.example.h OLED_DRIVER #define
This commit is contained in:
parent
9aad2e3206
commit
94e9c2021b
@ -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)
|
//OR define OLED_DRIVER width,height[,address] in pixels (address auto detected if not supplied)
|
||||||
// 128x32 or 128x64 I2C SSD1306-based devices are supported.
|
// 128x32 or 128x64 I2C SSD1306-based devices are supported.
|
||||||
// Use 132,64 for a SH1106-based I2C device with a 128x64 display.
|
// 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 scroll mode as 0, 1 or 2
|
||||||
// * #define SCROLLMODE 0 is scroll continuous (fill screen if poss),
|
// * #define SCROLLMODE 0 is scroll continuous (fill screen if poss),
|
||||||
|
Loading…
Reference in New Issue
Block a user