Hi,
Windows CE has a sample program (mosquito.cpp) to show how the overlay
works. This program uses RGB565 (with PAL_BGR palette) overlay surface.
We use RGB565 surface as a primary surface where the CE 5.0 is running. We
have to use RGB0888 overlay surface for our application (showing video
stream).
Unfortunately our hardware supports only the PAL_RGB surface. So we made
some changes in the sample program and created a RGB0888 overlay surface with
standard PAL_RGB mask.
After some modifications we could create an RGB0888 overlay surface. Finally
the mosquito sample program run, but the red and blue channels are changed.
So we can see blue because of red color.
Could anyone help us what the problem is? Does the WinCE support the RGB_PAL
palette at all?