diff --git a/boards/shields/corney_island/Kconfig.defconfig b/boards/shields/corney_island/Kconfig.defconfig index 1bb7617..b682048 100644 --- a/boards/shields/corney_island/Kconfig.defconfig +++ b/boards/shields/corney_island/Kconfig.defconfig @@ -21,9 +21,6 @@ if SHIELD_CORNEY_ISLAND_LEFT || SHIELD_CORNEY_ISLAND_RIGHT config SSD1306 default n - config SSD1306_REVERSE_MODE - default y - endif # ZMK_DISPLAY if LVGL @@ -31,7 +28,7 @@ if SHIELD_CORNEY_ISLAND_LEFT || SHIELD_CORNEY_ISLAND_RIGHT config LV_Z_VDB_SIZE default 64 - config LV_Z_DPI + config LV_DPI_DEF default 148 config LV_Z_BITS_PER_PIXEL @@ -43,4 +40,4 @@ if SHIELD_CORNEY_ISLAND_LEFT || SHIELD_CORNEY_ISLAND_RIGHT endif # LVGL -endif \ No newline at end of file +endif