
Search found 4 matches
- Fri Feb 05, 2010 11:07 am
- Forum: DS/DSi Development
- Topic: Top Screen to bottom Screen
- Replies: 2
- Views: 3593
Re: Top Screen to bottom Screen
Thx for your help, working now, i forgot to add the SUB after BG_GFX, how stupid 

- Thu Feb 04, 2010 11:31 pm
- Forum: DS/DSi Development
- Topic: Problem converting .bmp to .bin
- Replies: 2
- Views: 3698
Re: Problem converting .bmp to .bin
i solved the problem with gfx2gba.exe, it created a working .bin and palette for me. But i will using grit in the future looks like its the better solution for the future.
- Thu Feb 04, 2010 11:21 pm
- Forum: DS/DSi Development
- Topic: Top Screen to bottom Screen
- Replies: 2
- Views: 3593
Top Screen to bottom Screen
I really got stucked, how do i get the .png file in this example from the top screen to the bottem screen? i already tried changing the videoSetMode to sub and changing the A rambank to C sub but both with no effect? Of course it works with lcdMainOnBottom(), but thats not what i want.
#include ...
#include ...
- Thu Feb 04, 2010 2:27 pm
- Forum: DS/DSi Development
- Topic: Problem converting .bmp to .bin
- Replies: 2
- Views: 3698
Problem converting .bmp to .bin
I want to include a rotating logo onto the top screen in a demo on the nds. the logo shall be in .bin format, but how do i convert it correctly? i already tried bmptobin.exe with no success. the program on the ds is working correct, the logo is rotating, but all the grafics of it are messed up, so ...