Page 1 of 1

CSBwinCE: How to change screen size?

Posted: Tue Apr 10, 2007 10:31 pm
by LordLibrasulus
Hi!

As an DM addict, i tried to install CSBwinCE on my PNA:
(ARM, OS: WinCE 5.0 "light" = not a PDA WinCE, some dll missing etc.).

Surprisingly, CSB works on the little thing, but...:

My PNA has a screen size of 480x272 (landscape). I have a tool to rotate the screen 90°, so i can play in "portrait mode" but it's not really that good.

So my question: Is it possible to alter the config file, so that the landscape screen size will used?
I read a in a thread about moving the main window, moving arrows etc... but i don't understand the format of the coordinates/the correct syntax.

So anyone can help me?

Posted: Wed Apr 11, 2007 2:25 am
by Paul Stevens

Code: Select all

                      
  {                   // 5 = Portrait C
    138,  0, 64, 29,  //Source
    120,  0,          //Destination
    1,                //Copy mode
    0,                //Palette
    false,            //Overlays
    WMAP_PORTRAIT_C,  //Id
    ZO_PORTRAIT_C     //z-order
  },
Sorry.
That is an example of the hard-wired code
in 'WinscreenCE2002.cpp'.

There is no way to modify this short of
changing the code and recompiling. It could
be read from the initialization file but someone
else will have to do it.