#25518 - black - Tue Aug 24, 2004 10:38 am
hi all~
i followed the tuto which draw certain color onto screen with macro named FontBuffer like this:
my question comes, is the address 0x6000000 fixed to be the beginning when drawing the screen ? can we start drawing the screen from other adress point ?
_________________
Never end on learning~
i followed the tuto which draw certain color onto screen with macro named FontBuffer like this:
Code: |
#define FrontBuffer ((u16*)0x6000000) for(x=0; x<(240*160); x++) { FrontBuffer[x]=RGB(31, 0, 0); } |
my question comes, is the address 0x6000000 fixed to be the beginning when drawing the screen ? can we start drawing the screen from other adress point ?
_________________
Never end on learning~