Skip to content

Commit a91b959

Browse files
VynDragonhenrikbrixandersen
authored andcommitted
tests: drivers: display: fix SSD1322 in build_all
This adds new SSD1322 parameters Signed-off-by: Camille BAUD <[email protected]>
1 parent ce9e9f0 commit a91b959

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

tests/drivers/build_all/display/app.overlay

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,15 @@
156156
compatible = "solomon,ssd1322";
157157
reg = <9>;
158158
mipi-max-frequency = <16000000>;
159-
width = <128>;
159+
width = <128>;
160160
height = <64>;
161-
column-offset = <28>;
161+
column-offset = <0>;
162+
oscillator-freq = <0>;
163+
precharge-voltage = <0>;
164+
vcomh-voltage = <0>;
165+
mux-ratio = <0>;
166+
phase-length = <0>;
167+
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
162168
};
163169

164170
test_mipi_dbi_st75256: st75256@10 {

0 commit comments

Comments
 (0)