You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Lichee RV comes with an optional 1.14" 135×240 SPI LCD screen. This bug report is for the necessary steps to get this going and build a small debian image for it.
Create a new target board 'lichee_rv_lcd'
Add a section to the device tree. The display is SPI connected. There is some information here. Even more here thanks Daniel
Since the panel is optional, it cannot be included in the devicetree that is merged upstream. So at that point, enabling the panel will need to be done via a devicetree overlay. I recommend doing that to begin with.
After enabling CONFIG_OF_LIBFDT_OVERLAY in U-Boot, you can use the fdt apply command from the boot script to apply the overlay.
The Lichee RV comes with an optional 1.14" 135×240 SPI LCD screen. This bug report is for the necessary steps to get this going and build a small debian image for it.
Notes:
The text was updated successfully, but these errors were encountered: