refactor(display): Move new LVGL DPI Kconfig setting.

This commit is contained in:
Peter Johanson
2023-06-23 07:17:00 +00:00
committed by Pete Johanson
parent b8846cf635
commit f4fce9e158
46 changed files with 47 additions and 91 deletions

View File

@@ -22,9 +22,6 @@ config I2C
config SSD1306
default y
config SSD1306_REVERSE_MODE
default y
endif # ZMK_DISPLAY
if LVGL
@@ -32,7 +29,7 @@ if LVGL
config LV_Z_VDB_SIZE
default 64
config LV_Z_DPI
config LV_DPI_DEF
default 148
config LV_Z_BITS_PER_PIXEL

View File

@@ -53,5 +53,6 @@
display-offset = <0>;
multiplex-ratio = <63>;
prechargep = <0x22>;
inversion-on;
};
};