lv_drivers icon indicating copy to clipboard operation
lv_drivers copied to clipboard

TFT and touch pad drivers for LVGL embedded GUI library

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

Hello I am trying to use these drivers with a WT32-SC01 on ESP32 but when I try to build the project, I get this error: CMake Error at C:/Users/gkitambala/esp/esp-idf/tools/cmake/component.cmake:219 (message):...

stale

Hello, When running the wayland client under weston v10.0.2 with the pixman software rendering backend, The demo application crashes even before the first frame is shown. A detailed explanation/investigation is...

try to get a window which is closer to the selected resolution. Still 2 pixels off horizontally, but better than what windows creates.

I can not find any lv_disp_drv_t data type in source code in master branch of lvgl, however it is used in source code

fbdev driver seems to still be using `lv_disp_drv_t` which has been retired in v9 https://github.com/lvgl/lvgl/blob/2fa984720137988bc379ee815474d9179ba0224c/docs/CHANGELOG.rst#L74

Add a framebuffer quirk to force the display to refresh after every draw, this is needed for some quirky panels and DRM/fbdev emulation setups. It requires that the display buffer...

How to implement the initialization of spi in esp-idf v5.1.2 and the implementation of LV_DRV_DISP_SPI_WR_ARRAY. The screen I use is sharp memory lcd 400x240 pixels. I try to integrate it...

Using the rk3568 development board, driven by wayland (version 1.22.0), with a prompt of "interface 'xdg_toplevel' has no event 3" and no GUI displayed。[ ![image](https://github.com/lvgl/lv_drivers/assets/50727129/439d994d-7508-40d7-8320-54a66e4b024b) ](url)

This PR adds some improvements related to developer experience. The bump to CMake v3.13 enables CMake policy [#CMP0077](https://cmake.org/cmake/help/latest/policy/CMP0077.html), which makes it easier to define and use configuration variables, especially when...

lv_drivers does not work anylonger with lvgl v9 (due to display rework). I am trying to build with wayland enabled and got a lot of errors, so I am opening...