English
Language : 

SED1354 Datasheet, PDF (271/472 Pages) Epson Company – Color Graphics LCD/CRT Controller
Epson Research and Development
Vancouver Design Center
Page 7
8. Modify the file CONFIG.BIB (using any text editor such as NOTEPAD) to set the system
RAM size and the SED1354 IO port and display buffer address mapping. Note that
CONFIG.BIB is located in X:\wince\platform\cepc\files (where X: is the drive letter). Since
the SDU1354B0C maps the IO port to 0xC00000 and memory to 0xE00000, the CEPC
machine should use the CMOS setup to create a 4M byte hole from address 0xC00000 to
0xFFFFFF. The following lines should be in CONFIG.BIB:
NK 80200000 00500000 RAMIMGE
RAM 80700000 00500000 RAM
Note
SED1354.H should include the following lines:
#define PhysicalVmemSize 0x00200000L
#define PhysicalPortAddr 0x00C00000L
#define PhysicalVmemAddr 0x00E00000L
9. Edit the file PLATFORM.BIB (located in X:\wince\platform\cepc\files) to set the default dis-
play driver to the file SED1354.DLL. SED1354.DLL will be created during the build in
step 13.
You may replace the following lines in PLATFORM.BIB:
IF CEPC_DDI_VGA2BPP
ddi.dll
$(_FLATRELEASEDIR)\ddi_vga2.dll NK SH
ENDIF
IF CEPC_DDI_VGA8BPP
ddi.dll
$(_FLATRELEASEDIR)\ddi_vga8.dll NK SH
ENDIF
IF CEPC_DDI_VGA2BPP !
IF CEPC_DDI_VGA8BPP !
ddi.dll
$(_FLATRELEASEDIR)\ddi_s364.dll NK SH
ENDIF
ENDIF
with this line:
ddi.dll
$(_FLATRELEASEDIR)\SED1354.dll NK SH
10. 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
640x480 color dual passive 16-bit LCD panel. To support one of the other listed panels,
change the #define statement.
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)
Windows® CE Display Drivers
Issue Date: 98/12/21
SED1354
X19A-E-001-03