J joran Still Fresh Joined Jul 28, 2006 Messages 2 Dec 3, 2006 #1 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
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
slygamer Active Member Joined Sep 19, 2005 Messages 795 Location Brisbane, Australia Website Visit site Dec 3, 2006 #2 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.
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.