QUOTE(Karrakunga @ Jul 14 2007, 03:54 AM)

Not sure if this is the same question but I've been curious about this actually. Whether the gp2x supports 32bit colour or not, or if I have to stick with 16bit.
Actually hardware supports 4 formats:
4bpp with palette (16 colors)
8bpp with palette (256 colors)
RGB565
RGB24
It's only the high level libs use mostly RGB565 for some reason.
QUOTE(A_SN @ Jul 17 2007, 11:31 AM)

The MKII's LCD is pretty bad colour wise, which is why I'll soon release a color corrector for the gp2x, and it might eventually be added in open2x if DJWillis is convinced of its efficiency.
Interesting. And how are you going to do this, by adjusting gamma tables?