By Kevin McAleer, September 2021
This is the code repository that accompanies this video:
To use the code, upload all the .pbm
files to the pico, along with the ssd1306 driver (ssd1306.py
), icon.py
library and the main program picotamachibi.py
.
- GPIO 0 is connected to the screen SDA
- GPIO 1 is connected to the screen SCL
- GPIO 2 is connected to the cancel button (button X)
- GPIO 3 is connected to the B button
- GPIO 4 is connected to the A button
Press the A button to move the toolbar selector across the different options, Press button X to cancel the selection or Button B to select the menu option.
If you have any questions about this, join our discord server and ask away : )