DustinWatts / FreeTouchDeck

For interfacing with Windows/macOS/Linux using an ESP32, a touchscreen and BLE.
https://www.youtube.com/dustinwatts
MIT License
617 stars 124 forks source link

Add support turn off display and additional timers for 1,2,5 minutes. #99

Closed Satenex closed 1 year ago

Satenex commented 1 year ago

Now (0.9.17) there is only sleep mode. Is it possible to add a function to turn off the display (screen + backlight) and additional timers for 1,2,5 minutes?

DustinWatts commented 1 year ago

Good idea.

I'm thinking:

  1. Options for screen saver
  2. Option for sleep

Both with a separate timer. Kinda like you OS does. Should not be hard to implement.

github-actions[bot] commented 1 year ago

This issue has been stale for a while now

Satenex commented 1 year ago

up