lv_binding_micropython
lv_binding_micropython copied to clipboard
LVGL binding for MicroPython
Hi Folks, I am trying to create a GUI application. I want to use python to create GUI, I am working on device rock-pi-4 I encountered issues related to micropython...
Related: #227 No guarantee that everyone‘s ESP32-S3 boards will work, but it worked for my ESP32-S3 board.It will not affect the ESP32 boards, because the new added content has a...
I got this error. I don't know if I missed something. LVGL-GEN build-SEEED_WIO_TERMINAL/lvgl/lv_mpy.c File "../../lib/lv_bindings/gen/gen_mpy.py", line 1778 return (user_data if user_data_found else None), *get_user_data_accessors(containing_struct, containing_struct_name) ^ SyntaxError: invalid syntax make:...
on some Notebooks, such as Huawei Matebook, USB serial does not work when starting, and the jtag unit will pop up first. After plugging and unplugging the USB once, it...
I want to use lvgl in rgb panel. lv_micropython: master lv_binding: https://github.com/imliubo/lv_binding_micropython/tree/dev_esp32_s3 esp-idf: v4.4.1 ```python import lvgl as lv import tft_config # import lv_utils tft = tft_config.config() def disp_drv_flush_cb(disp_drv, area,...
hi, i have put [lv_binding_micropython](https://github.com/lvgl/lv_binding_micropython)as lv_bingings into microrpython lib,and i write this `#LittlevGL LVGL_BINDING_DIR = $(TOP)/lib/lv_bindings LVGL_DIR = $(LVGL_BINDING_DIR)/lvgl LVGL_GENERIC_DRV_DIR = $(LVGL_BINDING_DIR)/driver/generic INC += -I$(LVGL_BINDING_DIR) ALL_LVGL_SRC = $(shell find $(LVGL_DIR)...
This PR provides changes that allow `lv_binding_micropython` to be used as an [External C Module](https://docs.micropython.org/en/latest/develop/cmodules.html) with un-modified / upstream micropython. This takes advantage of the relativly new macro `MP_REGISTER_ROOT_POINTER` to...
I wanted to let the maintainers know that I am working on a script that parses the xml output from doxygen and generates a python stub file for the binding....
Thanks for the great work. I'm using the **gen_mpy.py** script and it works amazing! Still I think I found a few small issues, and figured out some workarounds but **I'm...
My device: ESP32-S3-Box-Lite (N16R8V) + Display: ST7789 MycroPython: MicroPython v1.20.0-698-g3f25a765d on 2023-06-28; ESP32S3 Box Lite (spiram octal) with ESP32S3 My code: ``` import lvgl as lv import lv_utils import fs_driver...