Epson Research and Development Page 7
Vancouver Design Center
Windows® CE Display Drivers S1D13504
Issue Date: 01/02/01 X19A-E-001-04
11. Edit the file PLATFORM.REG to set the same screen resolution and color depth (bpp) as in
MODE.H. PLATFORM.REG is located in X:\wince\platform\cepc\files. The display driver
section of PLATFORM.REG should be:
; Default for EPSON Display Driver
; 640x480 at 8bits/pixel
; Useful Hex Values (for the lazy developer types)
; 1024=0x400, 768=0x300 640=0x280 480=0x1E0 320=140 240=0xF0
[HKEY_LOCAL_MACHINE\Drivers\Display\S1D13504]
"CxScreen"=dword:280
"CyScreen"=dword:1E0
"Bpp"=dword:8
12. Generate the proper building environment by double-clicking on the sample project icon
(i.e. X86 DEMO7).
13. Type BLDDEMO <ENTER> at the DOS prompt of the X86 DEMO7 window to generate a
Windows CE image file (NK.BIN).