lvgl_esp32_drivers icon indicating copy to clipboard operation
lvgl_esp32_drivers copied to clipboard

Drivers for ESP32 to be used with LVGL

Results 87 lvgl_esp32_drivers issues
Sort by recently updated
recently updated
newest added

For a long time I did not want to update the drivers for my project, but I did it anyway. While looking at the innovations, I noticed something new for...

documentation

I decided to implement touchscreen support in my project. The first thing that came to mind was the volume control. Here it is: ![2021-09-29_08-00-21](https://user-images.githubusercontent.com/32172969/135195890-f89dcdb3-f873-4c35-865d-dc91f595b226.png) With a short touch with the...

At the risk of being bombarded with rotten tomatoes again, but still I will speak out on this matter. The touch screen is an integral part of the display. Why...

If I understand right a drivers `flush_cb` needs to call `lv_disp_flush_ready(drv)` when it's done. This driver does not make the call and from what I can tell is the only...

Upload this repository as to Espressif's [component registry](https://components.espressif.com/), in order to enable ESP users to create [LVGL](https://components.espressif.com/component/lvgl/lvgl) project with idf-component-manager. More information about idf-component manager can be found in [Espressif...

documentation
enhancement

ST7789 initialization seems out of date. In LVGL @ master, LVGL v7 and LVGL v8 the same issue is present, where static noise is displayed to the screen during initialization...

I recently bought the [DLPDLCR2000EVM evaluation board from TI](https://www.ti.com/tool/DLPDLCR2000EVM) which features the [DLCP2607 chip](https://www.ti.com/product/DLPC2607) as a display controller. The product details mention 24-bit RGB, BT656 and a parallel interface although...

Device: ESP32 16mb flash Display Res: 240x320 I tried some things. Custom Buffersize. set the DISP_BUF_SIZE like: ``` #if defined (CONFIG_CUSTOM_DISPLAY_BUFFER_SIZE) #define DISP_BUF_SIZE CONFIG_CUSTOM_DISPLAY_BUFFER_BYTES #elif (LVGL_VERSION_MAJOR < 8) #if defined...

I recently bought a tft lcd display with ili9341 driver with 16 bit interface (no spi interface), could you please guide me to use this display with esp 32. Similar...

In menuconfig, there is a option to enable or disable the DC. However I beleive none of the drivers implemented it. Having such functionality will improve the usability of the...