English
Language : 

SED1354 Datasheet, PDF (268/472 Pages) Epson Company – Color Graphics LCD/CRT Controller
Page 4
Epson Research and Development
Vancouver Design Center
g. Rename the icon “SH3 DEMO1” on the desktop to “SH3 DEMO7” by right clicking on
the icon and choosing “rename”.
h. Right click on the icon “SH3 DEMO7” and click on “Properties” to bring up the
“SH3 DEMO7 Properties” window.
i. Replace the string “DEMO1” under the entry “Target” with “DEMO7”.
j. Click on “OK” to finish.
5. Create a sub-directory named SED1354 under \wince\platform\odo\drivers\display.
6. Copy the source code to the SED1354 subdirectory.
7. Add an entry for the SED1354 in the file \wince\platform\odo\drivers\display\dirs.
8. Modify the file PLATFORM.BIB (using any text editor such as NOTEPAD) to set the default
display driver to the file SED1354.DLL. SED1354.DLL will be created during the build. Note
that PLATFORM.BIB is located in X:\wince\platform\odo\files (where X: is the drive letter).
You may replace the following lines in PLATFORM.BIB:
IF ODO_NODISPLAY !
IF ODO_DISPLAY_CITIZEN_8BPP
ddi.dll
$(_FLATRELEASEDIR)\citizen.dll NK SH
ENDIF
IF ODO_DISPLAY_CITIZEN_2BPP
ddi.dll
$(_FLATRELEASEDIR)\citizen.dll NK SH
ENDIF
IF ODO_DISPLAY_CITIZEN_8BPP !
IF ODO_DISPLAY_CITIZEN_2BPP !
ddi.dll
$(_FLATRELEASEDIR)\odo2bpp.dll NK SH
ENDIF
ENDIF
ENDIF
with this line:
ddi.dll
$(_FLATRELEASEDIR)\SED1354.dll NK SH
9. Edit the file MODE.H (located in X:\wince\platform\odo\drivers\display\SED1354) to set the
desired screen resolution, color depth (bpp) and panel type. The sample code defaults to a
640x480 color dual passive 16-bit LCD panel. To support one of the other listed panels,
change the #define statement.
SED1354
X19A-E-001-03
Windows® CE Display Drivers
Issue Date: 98/12/21