1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-01-28 21:23:06 +01:00

Update comment for OLED_DRIVER define.

This commit is contained in:
Neil McKechnie 2021-02-17 11:06:57 +00:00
parent 0d877a3d1b
commit 01c3e7487f

View File

@ -101,6 +101,7 @@ The configuration file for DCC-EX Command Station
// #define LCD_DRIVER 0x3F,16,2 // #define LCD_DRIVER 0x3F,16,2
//OR define OLED_DRIVER width,height in pixels (address auto detected) //OR define OLED_DRIVER width,height in pixels (address auto detected)
// 128x32 or 128x64 I2C SSD1306-based devices are supported.
// This will not work on a UNO due to memory constraints // This will not work on a UNO due to memory constraints
// #define OLED_DRIVER 128,32 // #define OLED_DRIVER 128,32