-
Notifications
You must be signed in to change notification settings - Fork 182
RPi Pico port #42
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
RPi Pico port #42
Conversation
based on work of @jgpeiro https://forum.lvgl.io/t/build-lvgl-for-raspberry-pi-pico/5543 . Runtime functionality not verified yet.
This is complemented by the following submodule PRs: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(complemented by change in LVGL CMakeLists.txt: lvgl/lvgl@1222c34)
* use ESP_PLATFORM conditionals around ESP32-specific bits * use LIST(APPEND LV_SRC ...) * handle LV_PNG_PP_OPTIONS for non-ESP platform * Set LV_BINDINGS_DIR not relative to MICROPY_DIR (for out-of-tree builds) * add cmake file for use with USER_C_MODULE=bindings.cmake * interface lib for lvgl Related PRs: - lvgl/lv_micropython#42 - lvgl/lvgl#2532
Merged! Thank you. I still need to bump |
Done. |
@eudoxos - It could be useful to add a CI test for the rp2 port. |
based on work of @jgpeiro
https://forum.lvgl.io/t/build-lvgl-for-raspberry-pi-pico/5543 . Runtime functionality not verified yet.