karawin / Ka-Radio32

esp32 version of Ka-Radio (https://github.com/karawin/Ka-Radio) by jp Cocatrix
525 stars 155 forks source link

Stop and sleep lcd. #130

Closed Valenttt closed 4 years ago

Valenttt commented 5 years ago

Hi, need a simple function so that after some time after pressing the “Stop” button, the lcd is turned off, for example, sys.sleeplcd (“120”), but during playback, lcd is not turned off.

The sys.lcdout function (“254”) turns off the screen every 4 minutes.

I hope to see this function in the future firmware.

karawin commented 5 years ago

sys.lcdout("x") : Timer in seconds to switch off the lcd. 0= no timer I will think about a solution. Thanks

karawin commented 4 years ago

Working on a sys.lcdstop command.

karawin commented 4 years ago

Done in R7