bitluni / ESP32Lib

http://bitluni.net/esp32-vga/
441 stars 78 forks source link

VGA I2S will interrupt the ESP32 on deep sleep #36

Open namatoh opened 4 years ago

namatoh commented 4 years ago

Hi there,

I was trying to use VGA library for a battery powered ESP32 which has a deep sleep button.

It seems as result of I2S interrupt the device goes to deep sleep but wakes up immediately.

Is there any way to disable I2S interrupt just before we go to sleep mode?

Thanks a lot.