Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable the Sitronix ST7789V screen #8

Open
1 of 5 tasks
tmolteno opened this issue May 25, 2022 · 3 comments
Open
1 of 5 tasks

Enable the Sitronix ST7789V screen #8

tmolteno opened this issue May 25, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@tmolteno
Copy link
Owner

tmolteno commented May 25, 2022

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:

@tmolteno tmolteno added the enhancement New feature or request label May 25, 2022
@tmolteno tmolteno self-assigned this May 25, 2022
@smaeul
Copy link

smaeul commented May 26, 2022

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.

@tmolteno
Copy link
Owner Author

tmolteno commented Jun 1, 2022

From the o-boot documentation...

here are two ways to apply overlays in U-Boot.

  • Include and define overlays within a FIT image and have overlays automatically applied.
  • Manually do all the work.

doc/uImage.FIT/overlay-fdt-boot.txt

@gavan1
Copy link

gavan1 commented Sep 24, 2023

Any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants