File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
micropython/examples/pico_display Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
4
# A scrolling menu example
2
5
# Use B and Y buttons to navigate LEFT and RIGHT
3
6
# Press A to select a character. Selected characters are shown at the top of the display.
Original file line number Diff line number Diff line change
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
+
1
4
# A scrolling menu example
2
5
# Use X and Y buttons to navigate up and down the menu
3
6
# Press A to select a character. Selected characters are shown at the bottom of the display.
You can’t perform that action at this time.
0 commit comments