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
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.
I would like to know how i can run the code using LVGL only without Lovyan.
Thanks.
The text was updated successfully, but these errors were encountered: