We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ddd234 + 670c8d2 commit 819cd88Copy full SHA for 819cd88
main.py
@@ -58,6 +58,9 @@ def clean_stop(tray_icon=None):
58
# Turn screen off before stopping
59
display.lcd.ScreenOff()
60
61
+ # Turn backplate LED off for supported devices
62
+ display.lcd.SetBackplateLedColor(led_color=(0, 0, 0))
63
+
64
# Do not stop the program now in case data transmission was in progress
65
# Instead, ask the scheduler to empty the action queue before stopping
66
scheduler.STOPPING = True
0 commit comments