Page 1 of 1

Screen alignment problem

Posted: Sun Dec 06, 2009 12:08 pm
by yves
Everytime I'm building a WinCE image with Platform Builder, the screen alignment is incorrect.
If I use provided prebuilt image, it works well.
I have the exact same problem with WinCE 5.0 and WinCE 6.0, with sources from andahammer or latest WinCE6 from esky...
Here is an attached photo of the problem.
I guess I miss some configuration... but what ?
Thanks in advance for your help

Re: Screen alignment problem

Posted: Sun Dec 06, 2009 1:44 pm
by spinbot
You have to set the screen options.
Search for the line
#define LCD_T35
You need to choose between
#define LCD_N35
or #define LCD_T35
(Uncomment out only one) and rebuild.

Re: Screen alignment problem

Posted: Sun Dec 06, 2009 11:13 pm
by yves
Thank you !!

Re: Screen alignment problem

Posted: Tue Mar 16, 2010 7:45 am
by cetindogu
yes , i had the same problem. and i chose the ..T35... file than everting is ok
yves wrote:Thank you !!