by Sergey Chaban » Nov 22, 2002 @ 9:52am
This is how the demo looks on Jornada720's wide screen:
I used my GAPI DLL implementation for 720 to run the demo:
I had to change one line in GapiGL.c, namely g_lineSize calculation.
Now it looks like this:
g_lineSize = (gxdp.cBPP >> 3) * (gxdp.ffFormat & kfLandscape ? gxdp.cyHeight : gxdp.cxWidth);
(This probably also has to do with the broken video on LOOX).
Here is the binary (it runs just fine on various iPaqs as well as on 720, but gx.dll is for Jornada only!):
SC