linusg / rpi-backlight

🔆 A Python module for controlling power and brightness of the official Raspberry Pi 7" touch display
https://rpi-backlight.readthedocs.io
MIT License
276 stars 32 forks source link

possibility to set time in seconds, after which the screen will turn off automatically and wakes up on touch again #22

Closed Qlink84 closed 4 years ago

Qlink84 commented 4 years ago

i would love the feature to set a time in seconds after which the screen will turn off/fade automatically and if a touch on the screen happens it wakes up again to full or defined brightness... like it happens on every smartphone...

the tool backlight_dimmer (https://github.com/DougieLawson/backlight_dimmer) does something similar but has some bugs ... it just recognizes input from keyboard after some time and not from touchscreen and or mouse ... and it seems like the dev is gone also so no bug fixes :(

linusg commented 4 years ago

That's definitely out of scope for this project, but you can easily write a script specific to your environment to do so.

and it seems like the dev is gone

That's not true, their last activity here on GitHub was 10 days ago. File an issue in the backlight_dimmer repository.

nathanRamaNoodles commented 4 years ago

Does this fork work for you: https://github.com/nathanRamaNoodles/backlight_dimmer @Qlink84