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

Fix examples under examples/ dir to work with LVGL v8. https://github.com/lvgl/lv_binding_micropython/tree/dev-8.0/examples - [x] advanced_demo.py - [x] custom_widget_example.py - [x] uasyncio_example1.py - [x] example1.py - [x] example2.py - [x] example3.py -...

help wanted
v8

I know nobody ever deinits a screen, but I just did: ```python >>> disp.deinit() Deinitializing ILI9341.. Traceback (most recent call last): File "", line 1, in File "ili9XXX.py", line 246,...

The Micropython bindings are compiled into binaries and consume relatively large program space (flash/rom). Need to find ways to decrease program size. Related: - https://github.com/lvgl/lv_binding_micropython/issues/75#issuecomment-629535257

enhancement
pinned

Here's a working generic driver for the ILI9341 chip. I couldn't figure out how to get the rp2_dma stuff working in general, but if it works for the `St77xx` chips,...

Related: https://github.com/lvgl/lvgl/issues/3535#issuecomment-1232489218 A short and easy to follow list about MP conventions. This will be communicated as LVGL coding standard. Less is better so we should have as few rules...

Doing it this way made it possible to find out the release state of one or multiple keys. Also you can add listeners for keys beside the LVGL ones by...

``` test@ubuntu:~/micropython/ports/unix$ make -j6 Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. CC input.c CC modtime.c CC moduselect.c CC alloc.c CC fatfs_port.c In file included...

waiting for user input

I compiled lvgl for micropython 1.19.1 How to update the lvgl bar progressbar percentage when my other py function is running when i call my function - my function alone...

waiting for user input

Ask a question about buttons Manually set the current status of the button How to use the **lv_btn_set_state** instruction in the mpy+lvgl system?

make -j -C ports/esp32 BOARD=GENERIC_S3_SPIRAM USER_C_MODULES=~/esp/lv_micropython/lib/lv_bindings/bindings.cmake The error message is as follows,How to solve it? CMake Error at /home/le/esp/lv_micropython/lib/lv_bindings/bindings.cmake:6 (include): include could not find requested file: /home/le/esp/lv_micropython/lib/lv_bindings/lvgl/CMakeLists.txt Call Stack (most...