Closed AllanOricil closed 5 months ago
A new property has been added to config.yml to enable the display to turn off after a specified number of seconds.
config.yml
display: # [OPTIONAL] (number) if provided, the display will turn off after n seconds have passed sleep_timeout: 10
[!IMPORTANT] If sleep_timeout is ≤ 0, or omitted, the display won't turn off.
Once the display is turned off, simply touch the screen to turn it back on
:tada: This PR is included in version 0.8.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
A new property has been added to
config.yml
to enable the display to turn off after a specified number of seconds.Once the display is turned off, simply touch the screen to turn it back on