hardkernel / smartpower3

11 stars 6 forks source link

Fix display backlight on after shutdown #25

Closed cedel1 closed 1 year ago

cedel1 commented 1 year ago

It's a pity the processor isn't going to sleep when turning off. I tried to add that functionality, but ran into problems with "self-wakeup" (it would wakeup almost immediately after shutdown), probably because of the button long press or polling during the long-press used to turn the device "off".

tomek-szczesny commented 1 year ago

Eh, don't worry about that, a vast majority of deployed microcontrollers never sleep. The power consumption is really negligible. Good job getting to the bottom of this bug, I couldn't figure that out!