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

Work with Pure LVGL only (instead of Lovyan) #13

Open
AnouarBourja opened this issue Jan 6, 2024 · 3 comments
Open

Work with Pure LVGL only (instead of Lovyan) #13

AnouarBourja opened this issue Jan 6, 2024 · 3 comments

Comments

@AnouarBourja
Copy link

I would like to know how i can run the code using LVGL only without Lovyan.

Thanks.

@janick
Copy link
Owner

janick commented Jan 6, 2024

You can't use LVGL without a device driver to talk to your display device.

LVGL does buttons and screens and labels and call back functions.
LovyanGFX (or TFT_eSPI -- but this project uses the former) draws lines and squares and characters.

It's a layered system. You can't use the higher layers without the supporting lower ones.

@AnouarBourja
Copy link
Author

so if i want to use LVGL without LovyanGFX i need to make custom device driver that will link between my device and lvgl ?

@janick
Copy link
Owner

janick commented Jan 6, 2024

That is my understanding, yes. If you do so, might as well develop it using the LovyanGFX framework and contribute it.

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

No branches or pull requests

2 participants