From c9d8704c4de5cc1ec5047ad05c39c51377f2b341 Mon Sep 17 00:00:00 2001 From: Edder Rojas Date: Mon, 21 Feb 2022 08:14:29 -0600 Subject: [PATCH] enable more settings to try to turn on oleds --- config/corne.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/corne.conf b/config/corne.conf index ae112ec..8d68090 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -4,6 +4,15 @@ # Uncomment the following line to enable the Corne OLED Display CONFIG_ZMK_DISPLAY=y +CONFIG_I2C=y +CONFIG_SSD1306=y +CONFIG_SSD1306_REVERSE_MODE=y +CONFIG_LVGL_HOR_RES_MAX=128 +CONFIG_LVGL_VER_RES_MAX=32 +CONFIG_LVGL_VDB_SIZE=64 +CONFIG_LVGL_DPI=148 +CONFIG_LVGL_BITS_PER_PIXEL=1 +CONFIG_LVGL_COLOR_DEPTH_1=y # Allow to sleep CONFIG_ZMK_SLEEP=y