esp-idf/components/esp_lcd/src
morris 57879e772d feat(gdma): support channel allocator on esp32p4
There's two GDMA groups on ESP32P4, one is connected to AHB bus,
and another one is connected AXI bus.
We now have two seperate APIs for allocating DMA channels,
depends on the bus type.
2023-07-19 18:18:07 +08:00
..
esp_lcd_common.c lcd: refactor ut into test app 2022-02-14 18:43:50 +08:00
esp_lcd_common.h lcd: support I2S1 LCD mode on esp32 2022-03-14 13:55:01 +08:00
esp_lcd_panel_io_i2c.c lcd_i2c: reduce recommended link size 2023-03-29 19:08:44 +08:00
esp_lcd_panel_io_i2s.c esp_clk_tree: Rename clk_tree_xxx to esp_clk_tree_xxx, add compilation warning to clk_tree.h 2023-04-25 14:12:06 +08:00
esp_lcd_panel_io_i80.c feat(gdma): support channel allocator on esp32p4 2023-07-19 18:18:07 +08:00
esp_lcd_panel_io_spi.c feat(esp32p4): added hal support 2023-07-10 16:11:47 +08:00
esp_lcd_panel_io.c esp_lcd: Add function for register on color done callback. 2022-11-10 08:37:46 +01:00
esp_lcd_panel_nt35510.c bugfix(esp_lcd): propagate the errors in the IO link layer 2023-07-13 10:23:05 +08:00
esp_lcd_panel_ops.c lcd: don't turn on disp in init 2022-04-21 13:59:47 +00:00
esp_lcd_panel_rgb.c feat(gdma): support channel allocator on esp32p4 2023-07-19 18:18:07 +08:00
esp_lcd_panel_ssd1306.c bugfix(esp_lcd): propagate the errors in the IO link layer 2023-07-13 10:23:05 +08:00
esp_lcd_panel_st7789.c bugfix(esp_lcd): propagate the errors in the IO link layer 2023-07-13 10:23:05 +08:00