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 ce9e9f0 commit a91b959Copy full SHA for a91b959
tests/drivers/build_all/display/app.overlay
@@ -156,9 +156,15 @@
156
compatible = "solomon,ssd1322";
157
reg = <9>;
158
mipi-max-frequency = <16000000>;
159
- width = <128>;
+ width = <128>;
160
height = <64>;
161
- column-offset = <28>;
+ 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";
168
};
169
170
test_mipi_dbi_st75256: st75256@10 {
0 commit comments