Collection of programs for the Raspberry Pi Pico/PicoW targeting Pimoroni display accessories.
| Folder | Description |
|---|---|
| ambassadors/ | CTE Ambassador badge projects |
| classroom/ | Classroom examples and student projects |
| clock/ | Stepper motor clock |
| tools/pico_flash/ | Firmware flashing utility |
Projects target Pimoroni accessories for the Pico and Pico W:
- Pico Display Pack — color LCD display with buttons and RGB LED
- Pico Inky Pack — eInk display
- Badger2040W — WiFi-enabled eInk badge board
All hardware-specific imports (machine, picographics, badger2040) only run on-device, not on a desktop Python interpreter.
Copy files to the Pico using Thonny IDE or rshell/mpremote.
To flash UF2 firmware:
python3 tools/pico_flash/pico_flash.py -d <path_to_firmware.uf2>