-
### Introduce the problem
I noticed that in LVGL V9's lv_conf.h, the LV_USE_SJPG configuration is no longer available and has been replaced by LV_USE_TJPGD. Additionally, there is no sjpg in the li…
-
### LVGL version
v9.0.0-rc
### What happened?
Good afternoon, and thanks for your effort in designing such an awesome graphics library!
I'm trying to run the benchmark demo in V9, and I'm gettin…
-
Description of the problem.
Waveshare makes a 3.5 LCD with touchscreen called the ResTouch-PICO-LCD-3.5. This HAT supports the 40 pin Pi Pico, Pi Pico W, Waveshare dev kits: ESP32-S2-Pico and WS ES…
-
Coming out of our discussion of #999
We should review `aria-haspopup` and determine if there should be stronger guidance about what the expectations are for when the attribute should be used, and w…
-
M600 function
I currently have:
- V3.0.27 for TFT50 v3.0
- M600 emulation deactivated config.ini > emulate_m600:0
I tested it on the same printer with a classic GLCD and it works properly, so:…
-
### LVGL version
v9.0.0
### What happened?
When compiling which latest MSVC 17 I'm getting lots of syntax errors.` (Unexpected ")")`
For Example
`LV_ASSERT_NULL(txt);`
=>this evalutates to
```…
-
I have an issue opening a serial port using this package.
I have tried in PiOS Lite and a custom Yocto build with same results.
I am running this piece of code
```
final ports = SerialP…
-
Microsoft is now building Windows 10 and Windows Server for ARM64 machines. To successfully run these in qemu, virtio drivers are needed for the ARM64 platform.
-
Sorry for bothering you again..
Firstly, my current code:
```
import lvgl as lv
import time
click_counter = 0
def button_callback(event):
""" called when button is clicked
"""
…
-
### What is your question?
Hey guys,
I'm using conan to create a package of my 3rd party (lvgl).
lvgl is a cmake project which creates multiple targets
```
add_library(lvgl ${SOURCES})
add…