Skip to content

Commit

Permalink
fix(display): Re-default to blank on idle for OLEDs
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar authored and petejohanson committed Dec 18, 2022
1 parent 781df31 commit 5cbe572
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/display/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ menuconfig ZMK_DISPLAY
default n
select DISPLAY
select LVGL
select LVGL_THEMES
select LVGL_THEME_MONO
select LVGL_THEMES
select LVGL_THEME_MONO

if ZMK_DISPLAY

config ZMK_DISPLAY_BLANK_ON_IDLE
bool "Blank display on idle"
default y if SSD1306

choice LVGL_TXT_ENC
default LVGL_TXT_ENC_UTF8
Expand Down

0 comments on commit 5cbe572

Please sign in to comment.