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:
parent
a1a6696f4a
commit
9440943c38
|
|
@ -21,9 +21,6 @@ if SHIELD_CORNEY_ISLAND_LEFT || SHIELD_CORNEY_ISLAND_RIGHT
|
||||||
config SSD1306
|
config SSD1306
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config SSD1306_REVERSE_MODE
|
|
||||||
default y
|
|
||||||
|
|
||||||
endif # ZMK_DISPLAY
|
endif # ZMK_DISPLAY
|
||||||
|
|
||||||
if LVGL
|
if LVGL
|
||||||
|
|
@ -31,7 +28,7 @@ if SHIELD_CORNEY_ISLAND_LEFT || SHIELD_CORNEY_ISLAND_RIGHT
|
||||||
config LV_Z_VDB_SIZE
|
config LV_Z_VDB_SIZE
|
||||||
default 64
|
default 64
|
||||||
|
|
||||||
config LV_Z_DPI
|
config LV_DPI_DEF
|
||||||
default 148
|
default 148
|
||||||
|
|
||||||
config LV_Z_BITS_PER_PIXEL
|
config LV_Z_BITS_PER_PIXEL
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue