Skip to content

Commit 4dd6976

Browse files
VynDragoncfriedt
authored andcommitted
tests: drivers: build_all: add st7567 mipi-dbi
Adds the test for st7567 on mipi-dbi Signed-off-by: Camille BAUD <[email protected]>
1 parent 77c078b commit 4dd6976

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/drivers/build_all/display/app.overlay

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,18 @@
359359
panel-settings = <0x29>;
360360
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
361361
};
362+
363+
test_mipi_dbi_st7567: st7567@20 {
364+
compatible = "sitronix,st7567";
365+
mipi-max-frequency = <1000000>;
366+
reg = <20>;
367+
width = <128>;
368+
height = <64>;
369+
column-offset = <0>;
370+
line-offset = <0>;
371+
regulation-ratio = <7>;
372+
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
373+
};
362374
};
363375

364376
test_mipi_dbi_xfr_16bit_write_only {

0 commit comments

Comments
 (0)