ArduCAM / Arduino

This is ArduCAM library for Arduino boards
MIT License
468 stars 346 forks source link

ESP32 compatibility using UTFT4ArduCAM_SPI #559

Open msd117c opened 1 year ago

msd117c commented 1 year ago

I would like to know if there are any plans to support the ESP32 in the UTFT_SPI library. I tried to make the playback example work on an ESP32 and checking the library files it seems it doesn't support this MCU (so I got a compilation error). I am using ESP32 dev kit + ILI9341 + OV2640. I also checked the ESP32 UNO project but it doesn't include this UTFT_SPI library.