lv_port_esp32 icon indicating copy to clipboard operation
lv_port_esp32 copied to clipboard

esp32-s3 invalid dma channel

Open Leadrive opened this issue 1 year ago • 1 comments

I (60) lvgl_helpers: Initializing SPI bus... E (60) spi: spi_bus_initialize(762): invalid dma channel, chip only support spi dma channel auto-alloc

assert failed: lvgl_spi_driver_init lvgl_helpers.c:236 (ret == ESP_OK)

lvgl_helpers.c Line 212, change to: #elif defined (CONFIG_IDF_TARGET_ESP32S2) || defined(CONFIG_IDF_TARGET_ESP32S3)

Line 217, add dma_channel=SPI_DMA_CH_AUTO;

Leadrive avatar Nov 03 '22 17:11 Leadrive

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Apr 20 '23 03:04 stale[bot]