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

Pico Display 2.x: Fixed button function #1003

Closed thirdr closed 1 month ago

thirdr commented 1 month ago

Confirmed ABXY buttons functional on Pico and Pico 2 with Pico Display 2 and 2.8.

Used machine.Pin rather than the Button library to maintain compatibility with RP2350 based boards.