Page 1 of 1

Display Colors - Best Approach ?

PostPosted: Jan 26, 2003 @ 7:47pm
by LYRIXX

PostPosted: Jan 27, 2003 @ 11:00am
by refractor
You might want to do a bit more research on bit-depths of PocketPC devices before writing an 8-bit engine. The large majority of current devices (if not all) have 16-bit frame-buffers/displays, or at least 16-bit pixel formats that the hardware display chops down to get what it needs.

Also bear in mind that on a machine with a non-performant memory bus, 256-colour palette matching (and lookups) are probably slower than working in 16-bit and using "proper" 5.6.5 colour intensities.

To sum up:

use 16-bit.

(I'm not talking specifically about PocketFrog here - I don't know much about it).

PostPosted: Jan 28, 2003 @ 4:47am
by LYRIXX

PostPosted: Jan 28, 2003 @ 12:31pm
by Guest

PostPosted: Jan 28, 2003 @ 1:00pm
by refractor

PostPosted: Jan 28, 2003 @ 5:09pm
by Guest

PostPosted: Jan 29, 2003 @ 8:44am
by masCh