esp-idf/components/esp_lcd/test_apps/rgb_lcd
morris 05092e2f82 rgb_lcd: support restart dma transmission manually
When doing Flash operations (e.g. OTA), LCD's DMA bandwidth will be not
sufficient, causing the desync between the LCD controller and DMA.

Added a restart function to help the user to make them sync again.
2022-10-07 18:46:05 +08:00
..
main rgb_lcd: support restart dma transmission manually 2022-10-07 18:46:05 +08:00
resources rgb_lcd: support yuv converter 2022-08-17 06:33:06 +00:00
CMakeLists.txt rgb_lcd: support yuv converter 2022-08-17 06:33:06 +00:00
pytest_rgb_lcd.py lcd: support rgb lcd interupt iram safe 2022-03-14 14:00:40 +08:00
README.md lcd: refactor ut into test app 2022-02-14 18:43:50 +08:00
sdkconfig.ci.iram_safe rgb_lcd: support restart dma transmission manually 2022-10-07 18:46:05 +08:00
sdkconfig.ci.release lcd: refactor ut into test app 2022-02-14 18:43:50 +08:00
sdkconfig.defaults lcd: refactor ut into test app 2022-02-14 18:43:50 +08:00
sdkconfig.defaults.esp32s3 kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00

Supported Targets ESP32-S3

This test app is used to test RGB565 interfaced LCDs.