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

Hello, I'm using lvgl v8.3.1 and the master branch of lvgl_esp32_drivers, but during the build, I get these errors: ../components/lvgl_esp32_drivers/lvgl_helpers.c:157:28: error: 'SPI_HOST_MAX' undeclared (first use in this function); ../components/lvgl_esp32_drivers/lvgl_helpers.c:157:28: error:...

Hi I'm using the Adafruit 3.5" TFT Featherwing with an Adafruit Huzzah32 board and having an issue. The display appears to be working fine using this example code in that...

I am trying to get a simple program (based on [this](https://github.com/lvgl/lv_port_esp32) ) for the GC9A01 display to work with an ESP32-C3 and vgl v8. I am using the develop branch...

My setup is: nrf52832 mcu nrfConnectSDK v 1.9 Zephyr v 3.0.0 ili9488 display 480x320 I'm trying to launch basic hello world example for ZephyrOS, but function lv_label_set_text hangs to spurious...

I have two problem about compile the esp_helpers.c, 1、I think it is not support the esp32-s3, because I find there are not esp32-s3 in line 200 to /* Initialize spi...

Hi @tore-espressif, I've been busy with day job, but I think we should be able to merge develop into master.

I added this to be able to be able to track down a memory leak that doesn't happen for a long time, without it the driver immediately filling up any...

所有的驱动接口都是spi吗?没有支持i2s的? 我现在用的驱动就是i2s的

The main contribution is to add a bridge driver to support [EPDiy parallel epapers](https://github.com/vroland/epdiy) please check the table in that repository. My post in [LVGL Forum](https://forum.lvgl.io/t/lvgl-port-to-be-used-with-epaper-displays/5630/37?u=cale) where I got help...

I am trying to compile the updated drivers with the base repository on the feat/new_driver_test branch and am not having luck unfortunately I need the gt911 touch driver so I...