refactor(display): Update to new LVGL v7.x API.

PR: #467
This commit is contained in:
Pete Johanson
2020-12-10 17:59:51 -05:00
parent 0d4476d148
commit 5ec1eefb2c
3 changed files with 25 additions and 19 deletions

View File

@@ -5,14 +5,14 @@ config ZMK_WIDGET_BATTERY_STATUS
bool "Widget for battery charge information, using small icons"
depends on BT
default y if BT
select LVGL_OBJ_LABEL
select LVGL_BUILD_IN_FONT_ROBOTO_16
select LVGL_USE_LABEL
select LVGL_FONT_MONTSERRAT_16
config ZMK_WIDGET_OUTPUT_STATUS
bool "Widget for keyboard output status icons"
depends on BT
default y if BT
select LVGL_OBJ_LABEL
select LVGL_BUILD_IN_FONT_ROBOTO_16
select LVGL_USE_LABEL
select LVGL_FONT_MONTSERRAT_16
endmenu