Page 1 of 1

ADABOX 019 - bitmap to celebrate the rp2040

Posted: Fri Aug 13, 2021 5:36 am
by stelly
Just having fun making graphics for the screen, and thought I'd share this little pixel-model of RP2040.

[The extension bmp has been deactivated and can no longer be displayed.]

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

from adafruit_macropad import MacroPad

macropad = MacroPad()

macropad.display_image("raspberry pi pico.bmp")

while True: 
    pass

Re: ADABOX 019 - bitmap to celebrate the rp2040

Posted: Fri Aug 13, 2021 7:39 am
by blakbuzzrd
Cool! Hadn't even thought of this yet. Thanks!

Re: ADABOX 019 - bitmap to celebrate the rp2040

Posted: Sat Aug 14, 2021 9:50 pm
by adafruit_support_mike
Neat! Thanks for posing it!

Re: ADABOX 019 - bitmap to celebrate the rp2040

Posted: Sun Aug 15, 2021 4:30 pm
by adafruit2
aww super cute!

Re: ADABOX 019 - bitmap to celebrate the rp2040

Posted: Fri Aug 20, 2021 10:52 am
by johnpark
That's so adorable I can't take it!!!