We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b81a0 commit 86ae0bdCopy full SHA for 86ae0bd
boards/shields/st7789v_generic/st7789v_generic.overlay
@@ -17,6 +17,22 @@
17
reset-gpios = <&arduino_header 14 0>; /* D8 */
18
width = <320>;
19
height = <170>;
20
+ x-offset = <0>;
21
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];
37
};
38
0 commit comments