Skip to content

Commit f1c361b

Browse files
committed
Pico Display 2.x: compatibility note
1 parent 61ca10e commit f1c361b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

micropython/examples/pico_display/scroll_menu_h.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Note: This example is intended for use on the Pico Display 2.0 and Pico Display 2.8
2+
# and will not display correctly on the smaller Pico Display due to the difference in resolution.
3+
14
# A scrolling menu example
25
# Use B and Y buttons to navigate LEFT and RIGHT
36
# Press A to select a character. Selected characters are shown at the top of the display.

micropython/examples/pico_display/scroll_menu_v.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Note: This example is intended for use on the Pico Display 2.0 and Pico Display 2.8
2+
# and will not display correctly on the smaller Pico Display due to the difference in resolution.
3+
14
# A scrolling menu example
25
# Use X and Y buttons to navigate up and down the menu
36
# Press A to select a character. Selected characters are shown at the bottom of the display.

0 commit comments

Comments
 (0)