Using The Hardware Blitter To Blit 12bit To The 16bit Screen?


joran

Still Fresh
Joined
Jul 28, 2006
Messages
2
Does somebody know how I can use the GP2X built-in hardware blitter to blit 12bit images, surfaces, etc... from the memory to the 16bit screen?

Friendly Regards, Redguy
 
The blitter only knows how to handle 8bit and 16bit pixel formats. On loading the 12-bit format, you would have to use a function to expand it to 16-bit before being able to use the blitter with it.
 
Back
Top