Skip to content

Commit ec54181

Browse files
committed
lint
1 parent 95dbe2c commit ec54181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LED_Matrix_Clock/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,4 +383,4 @@ def draw_text(text, color=0xFFFFFF):
383383
BRIGHTNESS = 128
384384
matrix1.set_led_scaling(BRIGHTNESS)
385385
matrix2.set_led_scaling(BRIGHTNESS)
386-
clock_clock = ticks_add(clock_clock, clock_timer)
386+
clock_clock = ticks_add(clock_clock, clock_timer)

0 commit comments

Comments
 (0)