Skip to content

Commit 86ae0bd

Browse files
jfischer-novanwinkeljan
authored andcommitted
shields: st7789v_generic: add TL019FQV01 parameter and settings properties
Add TL019FQV01 parameter and settings properties. Signed-off-by: Johann Fischer <[email protected]>
1 parent c1b81a0 commit 86ae0bd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

boards/shields/st7789v_generic/st7789v_generic.overlay

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@
1717
reset-gpios = <&arduino_header 14 0>; /* D8 */
1818
width = <320>;
1919
height = <170>;
20+
x-offset = <0>;
2021
y-offset = <35>;
22+
vcom = <0x2b>;
23+
gctrl = <0x35>;
24+
vrhs = <0x0f>;
25+
vdvs = <0x20>;
26+
mdac = <0x20>;
27+
gamma = <0x01>;
28+
colmod = <0x66>;
29+
lcm = <0x2c>;
30+
porch-param = [0c 0c 00 33 33];
31+
cmd2en-param = [5a 69 02 01];
32+
pwctrl1-param = [52 a1];
33+
pvgam-param = [D0 00 02 07 0B 1A 31 54 40 29 12 12 12 17];
34+
nvgam-param = [D0 00 02 07 05 15 2D 44 44 1C 18 16 1C 1D];
35+
ram-param = [00 F0];
36+
rgb-param = [CD 08 14];
2137
};
2238
};

0 commit comments

Comments
 (0)