Skip to content

Commit

Permalink
Examples: Fix typo in ram_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
helgibbons committed Jul 16, 2024
1 parent f0daa3e commit 939bee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropython/examples/pico_display/ram_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Shows the available RAM. PEN_RGB332 is an 8 bit, fixed 256 colour palette which conserves your RAM.
# Try switching the pen_type to PEN_RGB565 (16 bit, 65K colour) and see the difference!
# # 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

import gc
import time
Expand Down

0 comments on commit 939bee6

Please sign in to comment.