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

https://github.com/lvgl/lvgl_esp32_drivers/blob/26fe6e7703162ac9b0ee82405e858dc37b885d1f/lvgl_tft/esp_lcd_backlight.c#L59-L67 The called function `gpio_matrix_out` does not seem to exist anywhere in this library, in LVGL, or in any version of ESP-IDF. What is the intention of this code, and...

Uses same TFT screen as featherwing.

Fix ESP-IDF configuration server error when enabling I2C ports 0 and 1 (#115). The previous fix (#132) only fixed the problem for I2C port 0.

Hi, I'm converting a project that uses ESP-IDF to PlatformIO. I've locked the commits for `lvgl/lvgl` and this repo at the same hashes for `lvgl/lv_port_esp32` - but I'm finding that...

I couldn' compile my code when using the adcraw touch driver. With these updates in the driver, it should work. #### Fixes: - fixed a typo in the original driver...

It would be fantastic to see support for these: https://www.dalbert.net/gm12864-59n-i2c-lcd-display/ Since the SSD1306 is already supported, it should not be a huge undertaking to translate the work for ST7567(S), AFAIK.

When I use GT911, I have to reboot it manually after burning, otherwise it won’t work properly. The i2c_master_cmd_begin function reports an error ESP_FAIL Sending command error, slave hasn’t ACK...