463721e291
* lvgl_spi_conf: Define TFT_SPI_HOST even when no SPI is choosen * lvgl_helpers: Let the SPI driver choose SPI DMA Channel Use SPI_DMA_CH1 only on ESP32 target. * lvgl_helpers: Move FT81X initialization to helper * lvgl_interface_init: Initial cleanup * lvgl_helpers: Replace spi_common_dma_t values with integers This enum was introduced in ESP-IDF v4.3 and can't be used in older versions of ESP-IDF. * lvgl_helpers: Rearrange includes * lvgl_tft: Remove gpio_pad_select_gpio from drivers init functions * lvgl_helpers: Use spi_host_device_t from v4.3 onwards * esp_backlight: Replace gpio with esp_rom API * il3820: Remove GPIO initialization from driver init * FT81x: Replace gpio_pad_select_gpio with esp_rom alias * Fix esp_rom_gpio.h path * FT81x: Fix esp_rom_gpio.h path * adcraw: Disable usage of gpio_pad_select_gpio * GC9A01: Remove usage of gpio_pad_select_gpio * ra8875: Remove usage of gpio_pad_select_gpio * Revert "esp_backlight: Replace gpio with esp_rom API" This reverts commit |
||
---|---|---|
.. | ||
adcraw.c | ||
adcraw.h | ||
ft6x36.c | ||
ft6x36.h | ||
FT81x.c | ||
FT81x.h | ||
gt911.c | ||
gt911.h | ||
Kconfig | ||
ra8875_touch.c | ||
ra8875_touch.h | ||
stmpe610.c | ||
stmpe610.h | ||
touch_driver.c | ||
touch_driver.h | ||
tp_spi.c | ||
tp_spi.h | ||
xpt2046.c | ||
xpt2046.h |