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.
2 parents 4a78cc4 + 5c38c31 commit 0b1775aCopy full SHA for 0b1775a
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