atomic14 / esp32-tv

ESP32 - Sound and Vision - Video Streaming to the ESP32
149 stars 25 forks source link

Buttons and PowerOff on TDisplay variant #9

Closed hpsaturn closed 11 months ago

hpsaturn commented 11 months ago

Summary

Added basic alternative to IR remote control using the buttons on the TDisplay variant. Also added poweroff feature for this board, to have a low quiescent current.

https://github.com/atomic14/esp32-tv/assets/423856/c5de578a-9f9e-40d6-a038-ed031be3ba01

cgreening commented 11 months ago

Looks good - I wonder if it's worth making the buttons available to any board so not necessarily a ttgo specific thing?

Maybe we can have it so if the buttons are defined the code is available?

Deep sleep probably should be specific as each board is different.

hpsaturn commented 11 months ago

I think that is ready. Please check.