Default the reverse mode.
This commit is contained in:
parent
c34472bf3f
commit
5e96c0014a
2 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,9 @@ config I2C
|
|||
config SSD1306
|
||||
default y
|
||||
|
||||
config SSD1306_REVERSE_MODE
|
||||
default y
|
||||
|
||||
endif # ZMK_DISPLAY
|
||||
|
||||
if LVGL
|
||||
|
|
|
@ -23,6 +23,9 @@ config I2C
|
|||
config SSD1306
|
||||
default y
|
||||
|
||||
config SSD1306_REVERSE_MODE
|
||||
default y
|
||||
|
||||
endif # ZMK_DISPLAY
|
||||
|
||||
if LVGL
|
||||
|
|
Loading…
Reference in a new issue