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 4c9301a + 03e937b commit af4f935Copy full SHA for af4f935
examples/clue_height_calculator.py
@@ -16,7 +16,7 @@
16
while True:
17
if clue.button_a:
18
initial_height = clue.altitude
19
- clue.pixel.fill((255, 0, 0))
+ clue.pixel.fill(clue.RED)
20
else:
21
clue.pixel.fill(0)
22
clue_display[5].text = "Altitude: {:.1f} m".format(clue.altitude)
0 commit comments