forked from kofal.net/zmk
refactor(display): Updates for LVGL v8.x changes.
* LV_ prefix from new LVGL official Kconfig now used. * API changes for themes, container object removal, etc. * Add our own Kconfig and code for theme default small font. * Remove some hardcoded sizes.
This commit is contained in:
committed by
Pete Johanson
parent
168b32b828
commit
69a4c3200d
@@ -42,12 +42,12 @@ config USB_DEVICE_STACK
|
||||
endif # USB
|
||||
|
||||
config ZMK_DISPLAY
|
||||
select LVGL_USE_CONT
|
||||
select LVGL_FONT_MONTSERRAT_26
|
||||
select LVGL_FONT_MONTSERRAT_20
|
||||
select LVGL_FONT_MONTSERRAT_16
|
||||
select LVGL_USE_LABEL
|
||||
select LVGL_USE_IMG
|
||||
select LV_USE_CONT
|
||||
select LV_FONT_MONTSERRAT_26
|
||||
select LV_FONT_MONTSERRAT_20
|
||||
select LV_FONT_MONTSERRAT_16
|
||||
select LV_USE_LABEL
|
||||
select LV_USE_IMG
|
||||
|
||||
choice ZMK_DISPLAY_STATUS_SCREEN
|
||||
default ZMK_DISPLAY_STATUS_SCREEN_CUSTOM
|
||||
|
||||
Reference in New Issue
Block a user