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 3a26535 commit c52ed39Copy full SHA for c52ed39
tests/drivers/build_all/display/app.overlay
@@ -487,6 +487,31 @@
487
vfront-porch = <9>;
488
};
489
490
+
491
+ hx8379c: hx8379c@6 {
492
+ status = "okay";
493
+ compatible = "himax,hx8379c";
494
+ reg = <0x6>;
495
+ width = <480>;
496
+ height = <480>;
497
+ data-lanes = <2>;
498
+ pixel-format = <0>;
499
+ reset-gpios = <&test_gpio 0 0>;
500
501
+ display-timings {
502
+ compatible = "zephyr,panel-timing";
503
+ hsync-active = <1>;
504
+ vsync-active = <1>;
505
+ de-active = <0>;
506
+ pixelclk-active = <0>;
507
+ hsync-len = <2>;
508
+ hback-porch = <1>;
509
+ hfront-porch = <1>;
510
+ vsync-len = <1>;
511
+ vback-porch = <13>;
512
+ vfront-porch = <50>;
513
+ };
514
515
516
517
test_spi: spi@33334444 {
0 commit comments