function d added
This commit is contained in:
@@ -857,6 +857,7 @@ def main():
|
|||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
now = utime.ticks_ms()
|
now = utime.ticks_ms()
|
||||||
|
global backlight_brightness, backlight_color
|
||||||
|
|
||||||
if _disco_end_time > 0 and utime.ticks_diff(_disco_end_time, now) <= 0:
|
if _disco_end_time > 0 and utime.ticks_diff(_disco_end_time, now) <= 0:
|
||||||
_disco_end_time = 0
|
_disco_end_time = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user