File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -212,4 +212,5 @@ Same for the `SLEEP#` pin.
212212
213213The sleep/wake command always changes the state. But it can't be received when USB is suspended.
214214
215- The idle timer will send the device to sleep after a configured timeout.
215+ The idle timer will send the device to sleep after a configured timeout (default 60 seconds).
216+ The idle timer is reset once the device wakes up or once it receives a command.
Original file line number Diff line number Diff line change @@ -1108,9 +1108,8 @@ def gui(devices):
11081108 sg .Button ("Stop" , k = '-STOP-EQ-' )
11091109 ],
11101110
1111- # Recent hardware sleeps based on sleep pin, not command
1112- #[sg.Text("Sleep")],
1113- #[sg.Button("Sleep"), sg.Button("Wake")],
1111+ [sg .Text ("Sleep" )],
1112+ [sg .Button ("Sleep" ), sg .Button ("Wake" )],
11141113 # [sg.Button("Panic")]
11151114 ]
11161115 window = sg .Window ("LED Matrix Control" , layout )
You can’t perform that action at this time.
0 commit comments