ADABOX 019 - bitmap to celebrate the rp2040

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
stelly
 
Posts: 4
Joined: Mon Jul 26, 2021 10:23 pm

ADABOX 019 - bitmap to celebrate the rp2040

Post 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

User avatar
blakbuzzrd
 
Posts: 8
Joined: Tue Feb 09, 2021 10:12 pm

Re: ADABOX 019 - bitmap to celebrate the rp2040

Post by blakbuzzrd »

Cool! Hadn't even thought of this yet. Thanks!

User avatar
adafruit_support_mike
 
Posts: 67391
Joined: Thu Feb 11, 2010 2:51 pm

Re: ADABOX 019 - bitmap to celebrate the rp2040

Post by adafruit_support_mike »

Neat! Thanks for posing it!

User avatar
adafruit2
 
Posts: 22111
Joined: Fri Mar 11, 2005 7:36 pm

Re: ADABOX 019 - bitmap to celebrate the rp2040

Post by adafruit2 »

aww super cute!

User avatar
johnpark
 
Posts: 985
Joined: Wed Mar 25, 2009 2:15 pm

Re: ADABOX 019 - bitmap to celebrate the rp2040

Post by johnpark »

That's so adorable I can't take it!!!

Locked
Please be positive and constructive with your questions and comments.

Return to “AdaBox! Show us what you made!”