From 56c707cb75370fee0405d0ce504fdb2b43795b2a Mon Sep 17 00:00:00 2001 From: Marco Massarelli <60667061+ceoloide@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:46:10 +0000 Subject: [PATCH] Don't turn SSD1306 OLED display on by default --- boards/shields/corney_island/Kconfig.defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/shields/corney_island/Kconfig.defconfig b/boards/shields/corney_island/Kconfig.defconfig index 32865cf..1bb7617 100644 --- a/boards/shields/corney_island/Kconfig.defconfig +++ b/boards/shields/corney_island/Kconfig.defconfig @@ -19,7 +19,7 @@ if SHIELD_CORNEY_ISLAND_LEFT || SHIELD_CORNEY_ISLAND_RIGHT default y config SSD1306 - default y + default n config SSD1306_REVERSE_MODE default y