nanogui@linuxhacker.org
nanogui@linuxhacker.org
: Well, I was pretty satisfied with my original posting ... Don't forget
: that I
: use a 4bpp *grayscale* lcd for the project ... So on my side it was
: pretty
: good ...
I've integrated your original posting into the source tree.
:
:
: > tried just displaying using the uniform palette only? That is,
: > no MERGE code. Otherwise, we could assign priorities
: > from the application.
: >
:
: What do you mean by uniform palette ? The system palette ?
A uniform palette is one which contains a uniform distribution
of all RGB colors (well, 256 equi-spaced colors in the RGB
cube) that allows any picture to be displayed, although rarely
extremely well. Many quantization routines map to this palette.
The stdpal8.c contains a 208 color uniform palette for just
this purpose.
Regards,
Greg
nanogui@linuxhacker.org