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
9.2.0 had some non-trivial project structure changes, so this needed a non-trivial amount of manual effort after running the script from #45. It compiles, but "LV_USE_FS_STDIO" was disabled because it needed libent.h which arm-none-eabi-gcc didn't support. This will likely break 99% of average pros proejcts that use lvgl, mainly because many function/type names were expanded, eg. create_btn -> create_button, lv_scr_act -> lv_screen_active.
Next step is to test on live hardware.
The text was updated successfully, but these errors were encountered:
9.2.0 had some non-trivial project structure changes, so this needed a non-trivial amount of manual effort after running the script from #45. It compiles, but "LV_USE_FS_STDIO" was disabled because it needed
libent.h
whicharm-none-eabi-gcc
didn't support. This will likely break 99% of average pros proejcts that use lvgl, mainly because many function/type names were expanded, eg.create_btn
->create_button
,lv_scr_act
->lv_screen_active
.Next step is to test on live hardware.
The text was updated successfully, but these errors were encountered: