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

Update to lvgl 9.2.0 #47

Open
thiccaxe opened this issue Oct 18, 2024 · 2 comments
Open

Update to lvgl 9.2.0 #47

thiccaxe opened this issue Oct 18, 2024 · 2 comments

Comments

@thiccaxe
Copy link

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.

@thiccaxe
Copy link
Author

If kernel and lvgl can be separated this might solve the second issue

@thiccaxe
Copy link
Author

thiccaxe commented Nov 5, 2024

https://github.com/purduesigbots/liblvgl/tree/update/9.2.0 contains working code for lvgl 9.2.0, updated pros, and the new versions of libc and libm

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

1 participant