Epson Research and Development Page 7
Vancouver Design Center
Windows® CE 2.x Display Drivers S1D13705
Issue Date: 01/06/07 X27A-E-001-03
e. Choose “Copy Here”.
f. Rename the icon “Build Minshell for x86” to “Build Epson for x86” by right
clicking on the icon and choosing “rename”.
g. Right click on the icon “Build Epson for x86” and click on “Properties” to bring
up the “Build Epson for x86 Properties” window.
h. Click on “Shortcut” and replace the string “Minshell” under the entry “Target”
with “Epson”.
i. Click on “OK” to finish.
5. Create an EPSON project.
a. Make an Epson directory under x:\wince\public.
b. Copy MAXALL and its sub-directories (x:\wince\public\maxall) to the Epson di-
rectory.
xcopy /s /e x:\wince\public\maxall\*.* \wince\public\epson
c. Rename x:\wince\public\epson\maxall.bat to epson.bat.
d. Edit EPSON.BAT to add the following lines to the end of the file:
@echo on
set CEPC_DDI_S1D13705=1
@echo off
6. Make an S1D13705 directory under x:\wince\platform\cepc\drivers\displ ay, and cop y
the S1D13705 driver source code into x:\wince\platform\cepc\drivers\dis-
play\S1D13705.
7. Edit the file x:\wince\platform\cepc\drivers\display\dirs and add S1D13705 into the
list of directories.
8. Edit the file x:\wince\platform\cepc\files\platform.bib and make the following two
changes:
a. Insert the following text after the line “IF ODO_NODISPLAY !”:
IF CEPC_DDI_S1D13705
ddi.dll $(_FLATRELEASEDIR)\epson.dll NK SH
ENDIF
b. Find the section shown below, and insert the lines as marked:
IF CEPC_DDI_S1D13705 ! Insert this line
IF CEPC_DDI_S3VIRGE !
IF CEPC_DDI_CT655X !
IF CEPC_DDI_VGA8BPP !