-
https://sim.lvgl.io/v9.0/micropython/ports/javascript/index.html?script_startup=https://raw.githubusercontent.com/lvgl/lvgl/e26a46c43c23e91198318659c8214cc34be5cee2/examples/header.py&script=https://r…
-
**Is your feature request related to a problem? Please describe.**
Currently, roller options are passed using an array of strings when selecting Expression type.
However, LVGL documentation states t…
-
**Many thanks to Tobozo for setting up this new panel for me.**
Running the code below gives this error in `tft.init();` -
` E (1006) spi_master: spi_master_init_driver(236): invalid core id`
Using…
-
Hi. by following the steps of the MKS_FES wiki: Enable #define FILAMENT_RUNOUT_SENSOR,
Enable #define NOZZLE_PARK_FEATURE, Add #define FIL_RUNOUT_PIN PA4, Enable #define ADVANCED_PAUSE_FEATURE, when…
-
Is this possible from the API? Of course `dirent` doesn't work, but I see `fsScan` in PROS source which makes me think it should be possible with some modification.
-
I created a native action called `query_OBD2_task_mgr` but in actions.h I have:
`action_query_ob_d2_task_mgr(lv_event_t * e);`
I was expecting it to be `action_query_obd2_task_mgr(lv_event_t * e);…
-
支持ST7796的3.5寸屏幕显示嘛,大佬
-
When building for GUI builder, certain parameters of the LittlevGL configuration should be adjustable at run-time. Some examples include:
- Display resolution
- Color depth
- Cursor blink speed
…
-
the SD card doesn't crash after umount but it won't mount again.
ESP32-WROVER-E (spiram v1.16)
```
>>> import os,machine
>>> sd=machine.SDCard(slot=3)
>>> os.mount(sd,"/sd")
>>> os.listdir("/sd"…
emard updated
2 months ago
-
Since most of the visual configuration in lvgl is done using `style` objects, perhaps we can have a dedicated tab in the GUI builder where all the styles in a project can be created and configured.
…