View Full Version : How to set the .NDS icon and comment
FRuMMaGe
02-28-2007, 12:36 PM
Hello, I would like to know how you set the 32x32 icon and comment of my homebrew so it comes up before I open it on my DS, like what regular games have.
I'm sorry I'm not really sure how to word this in a clear way, so if you don't understand, ask specifically.
EDIT: And another few questions. How do I display the system time on the screen? And how do I make the LED blink as if in sleep mode?
justhereforone
02-28-2007, 01:05 PM
search google for a program named RomeR.
FRuMMaGe
02-28-2007, 01:58 PM
Thanks!
Can anyone answer the other questions though?
voteforpedro36
02-28-2007, 04:55 PM
How do you display the system time? I don't understand, sorry. And why does the LED not blink while in Sleep Mode? I'm hoping you mean that it doesn't while in your homebrew menu.
FRuMMaGe
02-28-2007, 05:25 PM
By system time, I mean the time on your DS. It would be useful to be able to see the time while running your program.
And I couldn't find the sleep mode command, so I wrote the sleep command as:
uint16 specialKeysPressed = ~IPC->buttons;
if(!(specialKeysPressed & (1 << 7)))
powerOFF(POWER_ALL);
if(specialKeysPressed & (1 << 7))
powerON(POWER_ALL);
This turns off the screens when you close the screen and turns them back on when the screen is opened, but doesn't blink the LED
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.