lvgl_esp32_drivers/lvgl_touch
Carlos Diaz 463721e291
Cleanup lvgl_helpers (#171)
* 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 24e4bf0b88.

* Revert "FT81x: Replace gpio_pad_select_gpio with esp_rom alias"

This reverts commit 8c7bc42140.

* esp_lcd_backlight: Handle different versions of ESP-IDF

* esp_lcd_backlight: Add missing header

* lvgl_spi_conf: Add missing include

* uc8151d/jd79653a: Fix compilation error when logging is enabled

* FT81x: Handle ESP-IDF v4.3 rom_gpio

* FT81x: Add missing include

* Compilation error when SPI Host is not selected

* lvgl_helpers.c: Enable init_ft81x only when FT81X is selected

* adcraw: Handle gpio_pad_selection on multiple ESP-IDF versions

* esp_lcd_backlight: Remove esp_rom functions

* FT81x: Remove esp_rom functions

* adcraw: Remove esp_rom functions
2022-02-02 16:45:52 -06:00
..
adcraw.c Cleanup lvgl_helpers (#171) 2022-02-02 16:45:52 -06:00
adcraw.h Update references to LV_DISPLAY_WIDTH 2021-01-09 15:04:53 -06:00
ft6x36.c Merge branch 'master' into develop 2021-12-14 17:46:46 +01:00
ft6x36.h Extern the queue handle and add definition in source file. Add macro condition for dependencies. 2021-10-27 19:12:09 -05:00
FT81x.c Move drivers from the lv_port_esp32 to here 2020-12-17 00:02:55 -06:00
FT81x.h Replace LV_CONF_INCLUDE_SIMPLE with LV_LVGL_H_INCLUDE_SIMPLE 2020-12-21 11:10:35 -06:00
gt911.c Remove TAG from LVGL log API in touch drivers 2021-10-22 18:45:52 -05:00
gt911.h touch driver: Add LVGL v8 compatibility 2021-06-13 15:06:22 -05:00
Kconfig fix SPI names for touch 2022-01-05 23:45:54 -06:00
ra8875_touch.c Remove TAG from LVGL log API in touch drivers 2021-10-22 18:45:52 -05:00
ra8875_touch.h Replace LV_CONF_INCLUDE_SIMPLE with LV_LVGL_H_INCLUDE_SIMPLE 2020-12-21 11:10:35 -06:00
stmpe610.c Remove TAG from LVGL log API in touch drivers 2021-10-22 18:45:52 -05:00
stmpe610.h Replace LV_CONF_INCLUDE_SIMPLE with LV_LVGL_H_INCLUDE_SIMPLE 2020-12-21 11:10:35 -06:00
touch_driver.c Replace allLVGL driver I2C code with I2C Manager 2021-07-08 11:04:07 +02:00
touch_driver.h touch driver: Add LVGL v8 compatibility 2021-06-13 15:06:22 -05:00
tp_spi.c Move drivers from the lv_port_esp32 to here 2020-12-17 00:02:55 -06:00
tp_spi.h Move drivers from the lv_port_esp32 to here 2020-12-17 00:02:55 -06:00
xpt2046.c Remove TAG from LVGL log API in touch drivers 2021-10-22 18:45:52 -05:00
xpt2046.h use Kconfig choice for IRQ/PRESS/IRQ&PRESS 2020-12-29 14:40:03 -08:00