function d added

This commit is contained in:
2026-04-12 17:18:15 +02:00
parent 76c58833dc
commit bd32879989

View File

@@ -857,6 +857,7 @@ def main():
while True:
try:
now = utime.ticks_ms()
global backlight_brightness, backlight_color
if _disco_end_time > 0 and utime.ticks_diff(_disco_end_time, now) <= 0:
_disco_end_time = 0