Title screen logo

Understanding the language, error messages, etc.

Title screen logo

Postby Jman123 » Thu Oct 23, 2014 9:34 am

Hi there all i just got into making my own games yay! anyway i got onto the arduino software and discovered you could create a title screen logo from a 32x32 pic i converted it using the bitmap converter but now i have no idea where to put it please help

Moderator edit : triple topic deleted, title changed to lower case
Jman123
 
Posts: 2
Joined: Mon Oct 06, 2014 1:47 pm

Re: Title screen logo

Postby rodot » Thu Oct 23, 2014 12:03 pm

Hello there,
It's explained in there reference article gb.titleScreen() how to add a logo in the title screen. To generate your logo, you can use the bitmap encoder available on the Download page.
User avatar
rodot
Site Admin
 
Posts: 1290
Joined: Mon Nov 19, 2012 11:54 pm
Location: France

Re: Title screen logo

Postby Zoglu » Thu Oct 23, 2014 3:59 pm

You can just paste the text you got from the bitmap converter at the beginning of your code, before the setup() and loop() functions.
Then if your bitmap name is "logo" you can just call : gb.titleScreen(F("YourGame"), logo);
Zoglu
 
Posts: 26
Joined: Thu Oct 09, 2014 5:13 pm


Return to Programming Questions

Who is online

Users browsing this forum: No registered users and 4 guests