Search found 2 matches

by guoxiaotian
Wed Aug 31, 2022 9:42 pm
Forum: ESP-IDF
Topic: Help needed - adding lvgl as component - compile error :(
Replies: 2
Views: 2943

Help needed - adding lvgl as component - compile error :(

Hello all, I am very new to esp-idf and I am struggle to get a simple project to compile :( My goal is to add lvgl and use it with my IL9488 based 3.9" TFT. I have tested wiring with Lovyangfx it it works fine. so here is what I did 1. create project $> idf.py create-project -p . lvgl_test 2. add co...
by guoxiaotian
Mon Aug 29, 2022 10:56 pm
Forum: General Discussion
Topic: antialiasing line/arc etc?
Replies: 1
Views: 1449

antialiasing line/arc etc?

Hello all, I am pretty new to mcu programming. I plan to use ESP32 and a 480x320 3.5" TFT with lovyangfx + lvgl for UI, but just realized there doesn't seems to be support in lovyangfx for antialiasing drawing except for text/font. Are there any other libraries that I can use to draw antialiasing pr...