Skip to content

Commit 8eb57ad

Browse files
committed
tests: build_all: display: Add build tests for new bindings in ssd16xx
Add tests for new display bindings added in ssd16xx display driver. Signed-off-by: Nisarg Jhaveri <[email protected]>
1 parent 295e616 commit 8eb57ad

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

tests/drivers/build_all/display/app.overlay

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,29 @@
292292
remap-value = <0x0>;
293293
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
294294
};
295+
296+
test_mipi_dbi_ssd1677: ssd1677@17 {
297+
compatible = "solomon,ssd1677";
298+
mipi-max-frequency = <4000000>;
299+
reg = <17>;
300+
busy-gpios = <&test_gpio 0 0>;
301+
302+
width = <480>;
303+
height = <800>;
304+
305+
tssv = <0x80>;
306+
softstart = [AE C7 C3 C0 80];
307+
gdo-flags = <0x02>;
308+
scan-y-reverse;
309+
310+
full {
311+
border-waveform = <0x01>;
312+
};
313+
314+
partial {
315+
border-waveform = <0x80>;
316+
};
317+
};
295318
};
296319

297320
test_mipi_dbi_xfr_16bit_write_only {

0 commit comments

Comments
 (0)