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.
1 parent 1f5072f commit 5c38c31Copy full SHA for 5c38c31
TFT_Gizmo_Candy_Hearts/candy_hearts.py
@@ -64,7 +64,7 @@
64
line2.anchored_position = (120, 175)
65
# pick a random text color
66
line1.color = line2.color = choice(MESSAGE_COLORS)
67
- # pick a ranomd heart color
+ # pick a random heart color
68
palette[1] = choice(HEART_COLORS)
69
# OK, now turn auto refresh back on to display
70
display.auto_refresh = True
TFT_Gizmo_Candy_Hearts/clue_hearts.py
0 commit comments