fix(display): Only default mono theme when 1bpp (#2804)

In order to have flexibility for color displays, only imply the mono
theme if we have 1bpp.
This commit is contained in:
Pete Johanson 2025-01-31 20:53:35 -07:00 committed by GitHub
parent 72b00b3f58
commit 425256bc0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ choice ZMK_DISPLAY_STATUS_SCREEN
config ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN
bool "Built in status screen"
select LV_OBJ_LABEL
imply LV_USE_THEME_MONO
imply LV_USE_THEME_MONO if LV_Z_BITS_PER_PIXEL=1
imply ZMK_WIDGET_LAYER_STATUS
imply ZMK_WIDGET_BATTERY_STATUS
imply ZMK_WIDGET_OUTPUT_STATUS