Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
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
@@ -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

0 comments on commit 3f79c9b

Please sign in to comment.