seho85 / klipper-dgus

A python project to connect a DGUS display to Klipper
GNU General Public License v3.0
44 stars 12 forks source link

Background light dimming #44

Closed seho85 closed 2 years ago

seho85 commented 2 years ago

Implemented Backlight dimming and added documentation.

Backlight is now 100% when not idle, 60 seconds after the last touch the backlight is set to 10% (sleep mode) display needs be woken up by a touch operation on the display (this operation doesn't execute any commands)

Fixes #42