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

hello, guys, I looked in several places and didn't find something simple like setting the background color of my lcd Sorry for the question, but I really looked for this...

Based on lv_drivers/indev/evdev.c Back in the day, I added a touchscreen driver for my own use. I thought it might be useful for someone. Improvements and suggestions are expected and...

[Micropython](https://github.com/micropython/micropython) already supports [ESP32, ESP32-S2, ESP32-C3, ESP32-S3](https://www.espressif.com/en/products/socs). However [lv_micropython](https://github.com/lvgl/lv_micropython) only supports ESP32 today. The goal is to **add support for ESP32-S2, ESP32-C3, ESP32-S3 in [lv_binding_micropython](https://github.com/lvgl/lv_binding_micropython) and [lv_micropython](https://github.com/lvgl/lv_micropython)**. This includes: -...

help wanted
Sponsored

I'm trying to get the examples working on a raspberry pi through the unix port, but keep running into this error whenever an example uses the event_loop function. ```bash Traceback...

Hello, I switched to Unbutu. Now I can build the image without any error. But the Images don‘t work on the esp. I tried almost every Board. It is rebooting...

waiting for user input

When trying to use the SDL driver on the unix port I get a segmentation violation: import SDL SDL.init() crashes.

help wanted
pinned

I've post this issue on https://github.com/micropython/micropython/issues/8696 and then I was informed that the error occurs on LVGL part. In short, the lv_micropython firmaware for STM32F769-DISC can not compile on ubuntu18.04....

help wanted

The Windows port on lv_micropython seems to be broken. Need to fix it and add CI tests Related: - https://forum.lvgl.io/t/compile-lv-micropython-v8-for-windows/6672 - https://github.com/lvgl/lv_micropython/pull/21

help wanted
v8

I aware that the readme is out of date, please update it. The section `Adding Micropython Bindings to a project ` could be more clear and more detailed ?? thanks...

help wanted
documentation

Every time lvgl calls read_cb of the indev driver, the driver queries the touch panel and obtains coordinates and touch status. It’s possible to improve the driver so it would...

help wanted
pinned