lvgl_esp32_drivers/lvgl_tft
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
..
disp_driver.c disp_driver: Pass pointer to lv_disp_drv_t to pcd8544_init 2022-01-11 18:17:09 -06:00
disp_driver.h Merge branch 'master' into develop 2021-12-14 17:46:46 +01:00
disp_spi.c Make it work with v7 and v8 2021-07-08 18:08:29 +02:00
disp_spi.h Move drivers from the lv_port_esp32 to here 2020-12-17 00:02:55 -06:00
display_port.h Replace display_port_busy_t with bool 2021-10-01 12:11:28 -05:00
esp_lcd_backlight.c Fix build on idf v4.1 and v4.2 2021-08-11 22:17:02 +02:00
esp_lcd_backlight.h Provide README section about backlight control 2021-08-04 09:38:05 +02:00
EVE.h Move drivers from the lv_port_esp32 to here 2020-12-17 00:02:55 -06:00
EVE_commands.c EVE_commands: Remove unused code 2022-01-07 18:30:56 -06:00
EVE_commands.h Removed white space at EOL, added some EOLs at EOF 2021-04-28 11:15:00 +02:00
EVE_config.h Update helpers and drivers to handle LVGLv7 and v8 versions (#161) 2022-01-07 17:22:11 -06:00
FT81x.c Removed white space at EOL, added some EOLs at EOF 2021-04-28 11:15:00 +02:00
FT81x.h Replace LV_CONF_INCLUDE_SIMPLE with LV_LVGL_H_INCLUDE_SIMPLE 2020-12-21 11:10:35 -06:00
GC9A01.c Cleanup lvgl_helpers (#171) 2022-02-02 16:45:52 -06:00
GC9A01.h Update TFT drivers for new backligh control 2021-08-03 14:17:58 +02:00
hx8357.c Cleanup lvgl_helpers (#171) 2022-02-02 16:45:52 -06:00
hx8357.h Update TFT drivers for new backligh control 2021-08-03 14:17:58 +02:00
il3820.c Cleanup lvgl_helpers (#171) 2022-02-02 16:45:52 -06:00
il3820.h Update helpers and drivers to handle LVGLv7 and v8 versions (#161) 2022-01-07 17:22:11 -06:00
ili9163c.c Check for LV_USE_LOG when logging orientation 2022-01-07 15:26:39 -06:00
ili9163c.h Update TFT drivers for new backligh control 2021-08-03 14:17:58 +02:00
ili9341.c Remove TAG from LVGL log API 2021-10-22 18:41:47 -05:00
ili9341.h ili9341: Update driver to use new port interface 2021-10-05 00:03:02 -05:00
ili9481.c Cleanup lvgl_helpers (#171) 2022-02-02 16:45:52 -06:00
ili9481.h Update TFT drivers for new backligh control 2021-08-03 14:17:58 +02:00
ili9486.c Cleanup lvgl_helpers (#171) 2022-02-02 16:45:52 -06:00
ili9486.h Update TFT drivers for new backligh control 2021-08-03 14:17:58 +02:00
ili9488.c ili9488: Fix typo 2022-01-07 17:27:12 -06:00
ili9488.h ili9488: Start updating to new display port interface (#137) 2021-11-17 21:00:07 -06:00
jd79653a.c Cleanup lvgl_helpers (#171) 2022-02-02 16:45:52 -06:00
jd79653a.h Update helpers and drivers to handle LVGLv7 and v8 versions (#161) 2022-01-07 17:22:11 -06:00
Kconfig Add LV_DISP_USE_BUSY symbol to enable busy signal 2022-01-07 13:23:28 -06:00
pcd8544.c pcd8544: Update driver 2022-01-11 18:14:57 -06:00
pcd8544.h pcd8544: Update driver 2022-01-11 18:14:57 -06:00
ra8875.c Cleanup lvgl_helpers (#171) 2022-02-02 16:45:52 -06:00
ra8875.h Update TFT drivers for new backligh control 2021-08-03 14:17:58 +02:00
sh1107.c Cleanup lvgl_helpers (#171) 2022-02-02 16:45:52 -06:00
sh1107.h Update helpers and drivers to handle LVGLv7 and v8 versions (#161) 2022-01-07 17:22:11 -06:00
ssd1306.c Remove TAG from LVGL log API 2021-10-22 18:41:47 -05:00
ssd1306.h Replace allLVGL driver I2C code with I2C Manager 2021-07-08 11:04:07 +02:00
st7735s.c Cleanup lvgl_helpers (#171) 2022-02-02 16:45:52 -06:00
st7735s.h Update TFT drivers for new backligh control 2021-08-03 14:17:58 +02:00
st7789.c ST7789: Display offsets are now runtime configurable 2022-01-07 13:23:28 -06:00
st7789.h ST7789: Display offsets are now runtime configurable 2022-01-07 13:23:28 -06:00
st7796s.c Cleanup lvgl_helpers (#171) 2022-02-02 16:45:52 -06:00
st7796s.h Update TFT drivers for new backligh control 2021-08-03 14:17:58 +02:00
uc8151d.c Cleanup lvgl_helpers (#171) 2022-02-02 16:45:52 -06:00
uc8151d.h Update helpers and drivers to handle LVGLv7 and v8 versions (#161) 2022-01-07 17:22:11 -06:00