Skip to content

Commit 86f6ab1

Browse files
committed
switched to clue.display()
1 parent e616cc4 commit 86f6ab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CLUE_Hand_Wash_Timer/clue_hand_wash_timer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import displayio
1313
import pulseio
1414

15-
board.DISPLAY.brightness = 0.8
15+
clue.display.brightness = 0.8
1616
clue_display = displayio.Group(max_size=4)
1717

1818
# draw the background image
@@ -56,7 +56,7 @@
5656
text_group.append(timer_label)
5757

5858
clue_display.append(text_group)
59-
board.DISPLAY.show(clue_display)
59+
clue.display.show(clue_display)
6060

6161
def countdown(seconds):
6262
for i in range(seconds):

0 commit comments

Comments
 (0)