Replies: 1 comment
-
Hi Gopro, I looked at https://randomnerdtutorials.com/esp32-deep-sleep-arduino-ide-wake-up-sources/ External Wake Up (ext0) Also, turn off the screen backlight and the display controller! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Wanted to start a thread here and ask if anyone is able to wake up from deep sleep from a touch on the screen?
Something like touchSleepWakeUpEnable but for screen input.
I attempted to use
and it said
which makes sense I guess...
Is there any way to do this with a screen touch?
My goal here, btw, it to put it into low power mode if it is idle for use on battery power.
If deep sleep is not an option, is there a shutdown command? I know there is a reboot in esp32 but what should i use when on battery power to turn off if touch to wake is not an option.
Beta Was this translation helpful? Give feedback.
All reactions