You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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;
The text was updated successfully, but these errors were encountered: