Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8041

Interfacing (DSI, CSI, I2C, etc.) • Re: Is this the way to wire a Rpi3 to a RED SPI LCD? (not waveshare)

$
0
0
I have made this test dts, which may update mipi-dbi-spi-overlay.dts if people test it and their LCDs keep working :)

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";
Warning: if your LCD stops working, be sure to know your IP beforehand, SSH into the Raspberry Pi, and undo your changes to config.txt
raspberry-mipi-dbi-spi-format.zip

Statistics: Posted by robertojguerra — Sat Jul 05, 2025 5:34 am



Viewing all articles
Browse latest Browse all 8041

Trending Articles