From 01c3e7487fbc516043ed679f553963336c9f8336 Mon Sep 17 00:00:00 2001 From: Neil McKechnie Date: Wed, 17 Feb 2021 11:06:57 +0000 Subject: [PATCH] Update comment for OLED_DRIVER define. --- config.example.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.example.h b/config.example.h index cdad05c..a20e6bb 100644 --- a/config.example.h +++ b/config.example.h @@ -100,7 +100,8 @@ The configuration file for DCC-EX Command Station // define LCD_DRIVER for I2C LCD address 0x3f,16 cols, 2 rows // #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 // #define OLED_DRIVER 128,32