lv_drivers icon indicating copy to clipboard operation
lv_drivers copied to clipboard

TFT and touch pad drivers for LVGL embedded GUI library

Results 35 lv_drivers issues
Sort by recently updated
recently updated
newest added

./lv_sim_eclipse_sdl/lv_drivers/sdl/sdl.c:12:5: warning: "LV_USE_GPU_SDL" is not defined, evaluates to 0 [-Wundef] 12 | #if LV_USE_GPU_SDL | ^~~~~~~~~~~~~~ ./lv_sim_eclipse_sdl/lv_drivers/sdl/sdl.c:109:13: warning: ‘buf’ defined but not used [-Wunused-variable] 109 | static char buf[KEYBOARD_BUFFER_SIZE]; |...

It would be nice to be able to define the SDL2 window title. I would prefer to be able to give the name when calling sdl_init(), but it could also...

stale

All controls can receive the touch events, but do not redraw the display. https://github.com/symfund/lvgl-port-ma35d1/blob/master/IMG_2781.PNG

Hi, I'm working on a Linux app which I'm targeting at an embedded device which will probably render to the framebuffer, however am using the Wayland driver to develop the...

stale

Afer I build my project, fhe following errors occurred: > listener function for opcode 2 of xdg_toplevel is NULL > Aborted (core dumped) My configuration is: ``` #define LV_WAYLAND_XDG_SHELL 1...

stale

I don't think anyone has used this file for at least 13 months

In function GC9A01_flush first argument is wrong because it's struct _disp_drv_t * disp_drv and compiler gives error: 'struct _disp_drv_t' declared inside parameter list will not be visible outside of this...

stale

win_drv.c uses the function lv_task_create which does not exist in lvgl v8.0

pinned

i cloned the latest version of lgvl and this driver directly. of course, the compilation will report: lv_mem_alloc, lv_mem_free, lv_memset_00 are wrong, this problem should be a version matching problem....

stale

I'm trying to get an lvgl application running on an embedded linux device that uses the DRM framework and and a MIPI DSI panel using the panel-simple driver. The current...

stale