For anyone who hasn't tried loading images yet, it's super simple! Just include the bmp file in the root (where code.py is) and this'll work
- Code: Select all | TOGGLE FULL SIZE
from adafruit_macropad import MacroPad
macropad = MacroPad()
macropad.display_image("raspberry pi pico.bmp")
while True:
pass