#144176 - koala33 - Mon Oct 29, 2007 10:53 pm
Hi all!
I'm just starting some DS programming in order to learn great stuff
on this nice machine.
My first test was :
1- draw 3D in the top screen (main)
2- draw text (printf chars) over an image (256x192x8bits with palette)
in the sub background
the first item was done, the second one generates fuzzy stuff :weirds pixels over the first part of my background image.
VRAM config is the following:
vramSetMainBanks(VRAM_A_TEXTURE,VRAM_B_TEXTURE,VRAM_C_SUB_BG, VRAM_D_TEXTURE);
I've tried several things, but none work.
Does somebody can post a sample code to do this kind of effect ?
thx.
I'm just starting some DS programming in order to learn great stuff
on this nice machine.
My first test was :
1- draw 3D in the top screen (main)
2- draw text (printf chars) over an image (256x192x8bits with palette)
in the sub background
the first item was done, the second one generates fuzzy stuff :weirds pixels over the first part of my background image.
VRAM config is the following:
vramSetMainBanks(VRAM_A_TEXTURE,VRAM_B_TEXTURE,VRAM_C_SUB_BG, VRAM_D_TEXTURE);
I've tried several things, but none work.
Does somebody can post a sample code to do this kind of effect ?
thx.