lewisxhe / esp32-camera-screen

TTGO T-camera Plus
https://ru.aliexpress.com/item/TTGO-T-camera-Plus-ESP32-DOWDQ6-8-MB-SPRAM-OV2640-1-3/32971057846.html?fbclid=IwAR1uUoWC-UiemD8rKwg15WvpM7zhtvxUxdZhh0jnbrkFkNah6MV6Stg5Kag
65 stars 52 forks source link

turn on/off screen by pushing button secuentially #20

Open jarruzag opened 1 year ago

jarruzag commented 1 year ago

Hi, I wonder if it is possible to turn on the ldc screen of a TTGo Camera Plus module by pushing the reset button, and turning off wether by pushing again the button or after several seconds. Is it doable?

I guess reset button only allows to reset the module. In that case, is it possible to physically integrate another button using some GPIO pin available?

If possible, may you suggest an example of code to include in the module?

Many thanks.