From c5f81fdb875ef36462fbbcba4b42e3895f6e9917 Mon Sep 17 00:00:00 2001 From: Neil McKechnie Date: Thu, 18 Feb 2021 21:16:41 +0000 Subject: [PATCH] Delete comment about OLED on UNO. --- config.example.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.example.h b/config.example.h index a191bfc..8c62466 100644 --- a/config.example.h +++ b/config.example.h @@ -103,7 +103,6 @@ The configuration file for DCC-EX Command Station //OR define OLED_DRIVER width,height in pixels (address auto detected) // 128x32 or 128x64 I2C SSD1306-based devices are supported. // Also 132x64 I2C SH1106 devices. -// This will not work on a UNO due to memory constraints // #define OLED_DRIVER 128,32 /////////////////////////////////////////////////////////////////////////////////////