-
Hi Daumemo,
So glad to find your post on "How to use LVGL library – Arduino on an ESP-32 and SPI LCD". It's really really helpful to my kind of beginners of LVGL lib.
I am currently working on a …
-
I embed javascript port into my emscripten application. mp_js_do_str works fine in my c code.
And that pyexec_file invoke a python file is fine too. i.e. upy works in web application. But The python …
-
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
LVG…
-
Hi,
Nice work!
Any chance for an online REPL, just to get the feel of it?
-
Any plans to continue with this project and to get it working in ESP32 and ESP8266?
-
Hi, I just want to set long number range like from 0 to 9233304 or even editing it's sign in setting menus and with the Numset it is almost impossible. and one solution is to set each digit individual…
-
```
git submodule update --init !7500
error: Server does not allow request for unadvertised o…
-
Hello everyone,
I'm working on a personal iot project where I have objects connecting to a server (stack running on symfony) to download an image and display it on a screen. For the moment, each ob…
-
Hello. Thank you for sharing your code.
All is running fine, but when I try to enable DMA (in lvgl_init_f103.c):
#define USE_DMA 1
#define USE_DMA_IRQ 0
I get errors:
error: 'LCD_BASE1' unde…
-
I'm using the latest version of LVGL from the master branch and the latest Wayland driver from this lv_drivers repository on a small Embedded Linux device. When I run my application again Weston 9.0.0…