diff --git a/examples/clue_height_calculator.py b/examples/clue_height_calculator.py index 6dba6b6..28ccfbf 100755 --- a/examples/clue_height_calculator.py +++ b/examples/clue_height_calculator.py @@ -16,7 +16,7 @@ while True: if clue.button_a: initial_height = clue.altitude - clue.pixel.fill((255, 0, 0)) + clue.pixel.fill(clue.RED) else: clue.pixel.fill(0) clue_display[5].text = "Altitude: {:.1f} m".format(clue.altitude)