Skip to content

Commit

Permalink
Examples: fix typo in starfield.py
Browse files Browse the repository at this point in the history
  • Loading branch information
helgibbons committed Jul 16, 2024
1 parent afd652b commit 534c51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropython/examples/pico_display/starfield.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Travel through a Windows 3.1-esque starfield, with stars growing as they get 'closer'.
# # If you have a Display Pack 2.0" or 2.8" use DISPLAY_PICO_DISPLAY_2 instead of DISPLAY_PICO_DISPLAY
# If you have a Display Pack 2.0" or 2.8" use DISPLAY_PICO_DISPLAY_2 instead of DISPLAY_PICO_DISPLAY

from picographics import PicoGraphics, DISPLAY_PICO_DISPLAY
import random
Expand Down

0 comments on commit 534c51b

Please sign in to comment.