Philips S1D13505 Computer Monitor User Manual


 
Epson Research and Development
Page 7
Vancouver Design Center
Windows® CE 2.x Display Drivers S1D13505
Issue Date: 01/05/25 X23A-E-001-06
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_S1D13505=1
@echo off
6. Make an S1D13505 directory under x:\wince\platform\cepc\drivers\display, and copy
the S1D13505 driver source code into x:\wince\platform\cepc\drivers\dis-
play\S1D13505.
7. Edit the file x:\wince\platform\cepc\drivers\display\dirs and add S1D13505 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_S1D13505
ddi.dll $(_FLATRELEASEDIR)\epson.dll NK SH
ENDIF
b. Find the section shown below, and insert the lines as marked:
IF CEPC_DDI_S1D13505 ! Insert this line
IF CEPC_DDI_S3VIRGE !
IF CEPC_DDI_CT655X !
IF CEPC_DDI_VGA8BPP !