I have made this test dts, which may update mipi-dbi-spi-overlay.dts if people test it and their LCDs keep working ![Smile :)]()
See attached file: includes original dts, my new dts, and sample config.txt
Instructions:
* see instructions above make your bin file
* copy my dts into /boot/firmware/overlays
* edit your /boot/firmware/config.txt to use my new DTS mipi-dbi-spi-format-parameter (see sample config.txt)
* add the new "format" override if you need it (if you have an ili9486 or ili9488)
The change is minimalWarning: if your LCD stops working, be sure to know your IP beforehand, SSH into the Raspberry Pi, and undo your changes to config.txt
See attached file: includes original dts, my new dts, and sample config.txt
Instructions:
* see instructions above make your bin file
* copy my dts into /boot/firmware/overlays
* edit your /boot/firmware/config.txt to use my new DTS mipi-dbi-spi-format-parameter (see sample config.txt)
* add the new "format" override if you need it (if you have an ili9486 or ili9488)
The change is minimal
Code:
$ diff mipi-dbi-spi-overlay.dts mipi-dbi-spi-format-parameter.dts33c33< ---> format = "r5g6b5"; /*change this with override format="b6x2g6x2r6x2"*/144a145> format = <&panel>, "format";Statistics: Posted by robertojguerra — Sat Jul 05, 2025 5:34 am