hi,
I used PB 4.2 to build a Windows CE System for Samsung 2410 board.
The default display resolution is 640*480. Then I wanted to change it
to 800*600.
I modified common.reg file:
[HKEY_LOCAL_MACHINE\Drivers\Display\MQ200]
"Rotate"=dword:0
"PPSupport"=dword:0
"PPSupportEnable"=dword:0
;; 640x480x16
; "CxScreen"=dword:280 //originally
; "CyScreen"=dword:1E0 //originally
"CxScreen"=dword:320
"CyScreen"=dword:258
"BPP"=dword:16
"Freq"=dword:3C
But the result is strange. Only about 4/5 of the top-left of the screen
shows the gwe. 1/5 on the right is black and 1/5 on the botton is in a
mess...
Is there any other thing I haven't considered about? Please give me
some hints.
Thanks in advance!