Skip to content

Commit

Permalink
fix(display): Only default mono theme when 1bpp
Browse files Browse the repository at this point in the history
In order to have flexibility for color displays, only imply the mono
theme if we have 1bpp.
  • Loading branch information
petejohanson committed Feb 1, 2025
1 parent 72b00b3 commit 3f79c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/display/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f79c9b

Please sign in to comment.