-
May I ask why when using the demos of lv_port_linux_frame_buffer, changing disp_drv.hor_res has no effect? Whenever it is changed to 1920 x 1080, the screen becomes scrambled and chaotic, but when cha…
-
### Introduce the problem
We need to make the LVGL CMSIS pack compliant with Open-CMSIS-Pack rules (https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/main/html/cp_Packs.html#pack_Cclass)
- LV…
-
See the [ROADMAP](https://github.com/lvgl/lvgl/blob/master/docs/ROADMAP.md).
### v9 schedule
- **December 4**: Feature stop, start updating the docs and testing
- **December 18**: Release candida…
-
### Describe the bug
`__STDC_VERSION__` macro is not defined when compiling C++. both c++ and c are used in my project. I get into trouble when I write the following code in CPP file.
```cpp
…