Sheng LIANG
Sheng LIANG
### LVGL version 9.1.0 ### What happened? compile LVGL with SDL display driver and enable the LV_DRAW_SDL option. run the lv_example_arc_1() or other demos which contains arc drawing. The arc...
There's two issues when using LV_USE_DRAW_SDL option in cmake. 1. If LV_USE_DRAW_SDL option is enabled, it will cause the redefinition error because the macro LV_USE_DRAW_SDL already be defined in lv_conf.h...
### LVGL version v9.0.0 ### What happened? When using lv_windows_create_display() to create LVGL display, the Window's client area always smaller than the specified screen resolution. for example, lv_windows_create_display(L"LVGL Window", 1024,...
### LVGL version v9.0.0 ### What happened? When using lv_windows_create_display() to create LVGL display, the Window's client area always smaller than the specified screen resolution. for example, lv_windows_create_display(L"LVGL Window", 1024,...