fix(display): add serial VCOM inversion for Nice! View (#3294)

Adds serial VCOM inversion command settings for the Nice! View
shield, which fixes the DC biased state the LCD was previously
in when using this shield
This commit is contained in:
eden
2026-03-31 06:36:53 +02:00
committed by GitHub
parent c62da0e166
commit 3538843a09
2 changed files with 5 additions and 0 deletions

View File

@@ -3,6 +3,9 @@
if SHIELD_NICE_VIEW
config LS0XX_VCOM_THREAD_PRIO
default 11
config LV_Z_VDB_SIZE
default 100

View File

@@ -12,6 +12,8 @@
reg = <0>;
width = <160>;
height = <68>;
serial-vcom-inversion;
serial-vcom-interval = <33>;
};
};