Apply Zephyr 3.5 changes

The old `LV_Z_DPI` Kconfig symbol was promoted to a Kconfig in upstream LVGL, and is now named `LV_DPI_DEF`.

Inverting black/white pixels has moved out of the Kconfig system and into a new DTS property.
This commit is contained in:
Marco Massarelli 2024-02-27 13:08:10 -05:00 committed by GitHub
parent a1a6696f4a
commit 9440943c38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 5 deletions

View File

@ -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
endif