pimoroni / pimoroni-pico

Libraries and examples to support Pimoroni Pico add-ons in C++ and MicroPython.
https://shop.pimoroni.com/collections/pico
MIT License
1.32k stars 499 forks source link

Fix scroll_menu_v.py Button Example #998

Closed tomjn closed 1 month ago

tomjn commented 2 months ago

This examples button presses do not work with the Pico display 2.8" out of the box, but the Button import from the button test example does! This commit switched the Pin for Button which works in tests

helgibbons commented 1 month ago

Thanks very much for this - I believe this should now be sorted with #1003 :)