feat(display): Initial widget/status screen work.
* Battery and output status widgets * Built in status screen combining them. * Ability to define a custom status screen factory function.
This commit is contained in:
parent
d5ea426975
commit
b3f3362b50
18 changed files with 362 additions and 24 deletions
10
app/Kconfig
10
app/Kconfig
|
|
@ -168,14 +168,7 @@ endmenu
|
|||
|
||||
menu "Display/LED Options"
|
||||
|
||||
config ZMK_DISPLAY
|
||||
bool "ZMK display support"
|
||||
default n
|
||||
select DISPLAY
|
||||
select LVGL
|
||||
select LVGL_THEMES
|
||||
select LVGL_THEME_MONO
|
||||
select LVGL_OBJ_LABEL
|
||||
rsource "src/display/Kconfig"
|
||||
|
||||
config ZMK_RGB_UNDERGLOW
|
||||
bool "RGB Adressable LED Underglow"
|
||||
|
|
@ -330,5 +323,6 @@ rsource "boards/shields/*/Kconfig.shield"
|
|||
osource "$(ZMK_CONFIG)/boards/shields/*/Kconfig.defconfig"
|
||||
osource "$(ZMK_CONFIG)/boards/shields/*/Kconfig.shield"
|
||||
|
||||
|
||||
source "Kconfig.zephyr"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue