S1D13505 Epson Electronics America, Inc., S1D13505 Datasheet - Page 207

no-image

S1D13505

Manufacturer Part Number
S1D13505
Description
LCD Controller
Manufacturer
Epson Electronics America, Inc.
Datasheet

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
S1D13505F00A
Manufacturer:
EPSON
Quantity:
254
Part Number:
S1D13505F00A100
Manufacturer:
EPSON
Quantity:
8 000
Part Number:
S1D13505F00A2
Manufacturer:
EPSON
Quantity:
5
Part Number:
S1D13505F00A2
Manufacturer:
EPSON/爱普生
Quantity:
20 000
Part Number:
S1D13505F00A200
Manufacturer:
EPSON
Quantity:
1 400
Part Number:
S1D13505F00A200
Manufacturer:
Epson Electronics America Inc-Semiconductor Div
Quantity:
10 000
Part Number:
S1D13505F00A200
Manufacturer:
EPSON/爱普生
Quantity:
20 000
Epson Research and Development
Vancouver Design Center
11 Hardware Abstraction Layer (HAL)
11.1 Introduction
11.2 Contents of the HAL_STRUCT
typedef struct tagHalStruct
{
} HAL_STRUCT;
Programming Notes and Examples
Issue Date: 01/02/05
char
WORD
WORD
WORD
BYTE
DWORD dwClkI;
DWORD dwBusClk;
DWORD dwRegAddr;
DWORD dwDispMem;
WORD
WORD
WORD
WORD
WORD
WORD
WORD
szIdString[16];
wDetectEndian;
wSize;
wDefaultMode;
Regs[MAX_DISP_MODE][MAX_REG + 1];
wPanelFrameRate;
wCrtFrameRate;
wMemSpeed;
wTrc;
wTrp;
wTrac;
wHostBusWidth;
The HAL is a processor independent programming library provided by Epson. The HAL
was developed to aid the implementation of internal test programs, and provides an easy,
consistent method of programming the S1D13505 on different processor platforms. The
HAL also allows for easier porting of programs between S1D1350X products. Integral to
the HAL is an information structure (HAL_STRUCT) that contains configuration data on
clocks, display modes, and default register values. This structure combined with the utility
13505CFG.EXE allows quick customization of a program for a new target display or
environment.
Using the HAL keeps sample code simpler, although some programmers may find the HAL
functions to be limited in their scope, and may wish to program the S1D13505 without
using the HAL.
The HAL_STRUCT below is contained in the file “hal.h” and is required to use the HAL
library.
/* Input Clock Frequency (in kHz) */
/* Bus Clock Frequency (in kHz) */
/* Starting address of registers */
/* Starting address of display buffer memory */
/* Desired panel frame rate */
/* Desired CRT rate */
/* Memory speed in ns */
/* Ras to Cas Delay in ns */
/* Ras Precharge time in ns */
/* Ras Access Charge time in ns */
/* Host CPU bus width in bits */
X23A-G-003-07
S1D13505
Page 53

Related parts for S1D13505