lv_binding_micropython icon indicating copy to clipboard operation
lv_binding_micropython copied to clipboard

LVGL binding for MicroPython

Results 84 lv_binding_micropython issues
Sort by recently updated
recently updated
newest added

This prevents build artefacts outside build directory, which needs to be manually removed for changes in `lv_binding_micropython` source to take effect.

I'm encountering an issue where the espidf MicroPython module is not generated during the normal build process documented in [lv_micropython repo](https://github.com/lvgl/lv_micropython/blob/master/README-LVGL.md). **Steps to Reproduce (under lv_micropython repo root directory):** 1....

Hi, This is not a bug/issue report. I dont know where to post my issue. I want to write an C/C++ code application for interacting with sensors, collecting its data....

hello, I have built a micropython port of the Waveshares esp32-s3-touch-lcd-1.46 drivers. I really don't know what drivers other than these that are originally written for Arduino and adapted to...

`lv_utils` tries to import `machine.Timer`, and if that fails falls back to `lv_timer.Timer`. When the import from `machine` succeeds, however, the actual implementation of `Timer` is different and fails due...

When `libc.so.6` is not present on the system, `lv_timer` triggers an OSError exception or even a hard crash (segfault). This dependency is unnecessarily specific, because alternative implementations of libc (such...

I am testing lv_micropython, below is my code, but I found it does not produce any output. What should I do? ```python import lvgl as lv lv.init() def flush_cb(self, disp_drv,...

Hello, is there any plan to update lv_micropython to support RP2350? The version of PICO SDK also needs to be updated.