fix(display): Set bits per pixel and color depth on n!v

This commit is contained in:
HookyQR 2022-10-31 08:50:21 +08:00 committed by GitHub
parent 4e11913127
commit d393247e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,13 @@ config LS0XX
config ZMK_WIDGET_WPM_STATUS
default y if !ZMK_SPLIT || ZMK_SPLIT_ROLE_CENTRAL
config LVGL_BITS_PER_PIXEL
default 1
choice LVGL_COLOR_DEPTH
default LVGL_COLOR_DEPTH_1
endchoice
endif # ZMK_DISPLAY
endif