mirror of https://github.com/zmkfirmware/zmk.git
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:
parent
72b00b3f58
commit
425256bc0d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue