Hello,
Is it possible to use the camera for the DSi?
(are there memory locations and such stuff available?)
Thanks
Search found 4 matches
- Mon Dec 14, 2009 4:28 pm
- Forum: DS/DSi Development
- Topic: DSi camera
- Replies: 1
- Views: 2592
- Thu Oct 29, 2009 4:44 pm
- Forum: DS/DSi Development
- Topic: Problem with images
- Replies: 5
- Views: 5546
Re: Problem with images
That was it!
Many thanks, i wasted so many hours on this problem!
Many thanks, i wasted so many hours on this problem!
- Thu Oct 29, 2009 4:11 pm
- Forum: DS/DSi Development
- Topic: Problem with images
- Replies: 5
- Views: 5546
Re: Problem with images
Is there an easy solution to get the one image i want?
Or is the easiest way to just copy the first part and then change the pointer to the lower half of the image and copy that part?
Thanks for your response
Or is the easiest way to just copy the first part and then change the pointer to the lower half of the image and copy that part?
Thanks for your response
- Thu Oct 29, 2009 1:22 pm
- Forum: DS/DSi Development
- Topic: Problem with images
- Replies: 5
- Views: 5546
Problem with images
Hello,
I have a problem with 16x16 images.
I am doing the following:
videoSetModeSub(MODE_0_2D);
vramSetBankD(VRAM_D_SUB_SPRITE);
oamInit(&oamSub, SpriteMapping_1D_32, false);
u16* gfx = oamAllocateGfx(&oamSub, SpriteSize_16x16, SpriteColorFormat_256Color);
dmaCopy(tweedeePal, SPRITE ...
I have a problem with 16x16 images.
I am doing the following:
videoSetModeSub(MODE_0_2D);
vramSetBankD(VRAM_D_SUB_SPRITE);
oamInit(&oamSub, SpriteMapping_1D_32, false);
u16* gfx = oamAllocateGfx(&oamSub, SpriteSize_16x16, SpriteColorFormat_256Color);
dmaCopy(tweedeePal, SPRITE ...