lvgl / lv_platformio

PlatformIO project example for LVGL
MIT License
242 stars 89 forks source link

Support lvgl released V9.0.0? #59

Open BlynkGO opened 6 months ago

BlynkGO commented 6 months ago

I have tried to use lvgl v9.0.0 by lv_platformio, however it occurs some errors as the following

image

How to solve them? Thank you.

kisvegabor commented 6 months ago

Hi,

You can see how the API changed in v9 here.

However in v9 there is a built in SDL driver that you can use very easily. See here and enable here.