forked from kofal.net/zmk
refactor(display): Move new LVGL DPI Kconfig setting.
This commit is contained in:
committed by
Pete Johanson
parent
b8846cf635
commit
f4fce9e158
@@ -14,9 +14,6 @@ config I2C
|
||||
config SSD1306
|
||||
default y
|
||||
|
||||
config SSD1306_REVERSE_MODE
|
||||
default y
|
||||
|
||||
endif # ZMK_DISPLAY
|
||||
|
||||
if LVGL
|
||||
@@ -24,7 +21,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
|
||||
|
||||
@@ -66,6 +66,7 @@
|
||||
segment-remap;
|
||||
com-invdir;
|
||||
com-sequential;
|
||||
inversion-on;
|
||||
prechargep = <0x22>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user