PG

Results 34 comments of PG

> Hi [@PGNetHun](https://github.com/PGNetHun), any comments here? Well not yet, I focus on `espidf` micropython module issue: https://github.com/lvgl/lv_binding_micropython/issues/372

Hello! This is a known issue, the file `espidf.c` is currently not compiled into an MicroPython module, as it needs to be updated. The issue is that `CONFIG_IDF_TARGET_*` is not...

Hello @wang-yupu , MicroPython-LVGL binding is updated with MicroPython v1.24.1 version, so you should be able to compile ESP32-S3 firmware now. LVGL binding is now built as MicroPython user module....

Hello @diskman88 , `lv_micropython` is updated with MicroPython v1.24.1 code changes, and LVGL is used as user module. See PRs: - `lv_binding_micropython`: https://github.com/lvgl/lv_binding_micropython/pull/368 - `lv_micropython`: https://github.com/lvgl/lv_micropython/pull/89 Thank you that you...