lvgl / lvgl_esp32_drivers

Drivers for ESP32 to be used with LVGL
MIT License
339 stars 285 forks source link

fix SPI names for touch #153

Closed arktrin closed 2 years ago

arktrin commented 2 years ago

with ESP32-C3 specific auto-dma proper selection

arktrin commented 2 years ago

Just a slight change of the previous commit with specific auto-dma selection for ESP32-C3. Sorry for the auto-indent of my sublime editor.

arktrin commented 2 years ago

Can we replace the hardcoded 3 with SPI_DMA_CH_AUTO?

Done!