Epson Research and Development
Page 5
Vancouver Design Center
8. Edit the file PLATFORM.BIB (located in X:\wince\platform\cepc\files) to set the de-
fault display driver to the file EPSON.DLL. (EPSON.DLL will be created during the
build in step 12)
You may replace the following lines in PLATFORM.BIB:
IF CEPC_DDI_VGA2BPP
ddi.dll $(_FLATRELEASEDIR)\ddi_vga2.dll
ENDIF
NK SH
NK SH
IF CEPC_DDI_VGA8BPP
ddi.dll $(_FLATRELEASEDIR)\ddi_vga8.dll
ENDIF
IF CEPC_DDI_VGA2BPP !
IF CEPC_DDI_VGA8BPP !
ddi.dll $(_FLATRELEASEDIR)\ddi_s364.dll
ENDIF
NK SH
ENDIF
with this line:
ddi.dll $(_FLATRELEASEDIR)\EPSON.dll
NK SH
9. If the current MODE0.H is not appropriate for your project, generate a new MODE0.H
file using the S1D13506 utility program 13506CFG.EXE. The file MODE0.H (located in
X:\wince\platform\cepc\drivers\display\S1D13506) contains the register values required
to set desired screen resolution, color depth (bpp), panel type, active dis-
play(LCD/CRT/TV), rotation, etc.
10. Edit the file PLATFORM.REG to match the screen resolution, color depth (bpp), active
display(LCD/CRT/TV) and rotation information in MODE.H. PLATFORM.REG is
located in X:\wince\platform\cepc\files. For example, the display driver section of
PLATFORM.REG should be as follows when using a 640x480 LCD panel with a color
depth of 8 bpp in SwivelView 0° (landscape) mode.
; Default for EPSON Display Driver
; 640x480 at 8bits/pixel, LCD display, no rotation
; Useful Hex Values
; 1024=0x400, 768=0x300 640=0x280 480=0x1E0 320=140 240=0xF0
[HKEY_LOCAL_MACHINE\Drivers\Display\S1D13506]
“Width”=dword:280
“Height”=dword:1E0
“Bpp”=dword:8
“Flags”=dword:1
“Rotation”=dword:0
Windows® CE Display Drivers
Issue Date: 01/02/06
S1D13506
X25A-E-001-05