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

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
Page 90
S1D13505
X23A-G-003-07
/*
** Step 4: Set Performance Enhancement 0 register
*/
*(pRegs + 0x22) = 0x24;
/*
** Step 5: Set the rest of the registers in order.
*/
/*
** Register 2: Panel Type - 16-bit, format 1, color, dual, passive.
*/
*(pRegs + 0x02) = 0x26;
/*
** Register 3: Mod Rate
*/
*(pRegs + 0x03) = 0x00;
/*
** Register 4: Horizontal Display Width (HDP) - 640 pixels
**
*/
*(pRegs + 0x04) = 0x4f;
/*
** Register 5: Horizontal Non-Display Period (HNDP)
**
**
**
**
**
**
**
**
** HNDP and VNDP must be calculated such that the desired frame rate
** is achieved.
*/
*(pRegs + 0x05) = 0x1F;
/*
** Register 6: HRTC/FPLINE Start Position - applicable to CRT/TFT only.
*/
*(pRegs + 0x06) = 0x00;
/*
** Register 7: HRTC/FPLINE Pulse Width - applicable to CRT/TFT only.
*/
*(pRegs + 0x07) = 0x00;
/*
** Registers 8-9: Vertical Display Height (VDP) - 480 lines.
**
*/
*(pRegs + 0x08) = 0xEF;
*(pRegs + 0x09) = 0x00;
/*
(640 / 8) - 1 = 79t = 4Fh
Frame Rate = -----------------------------
480/2 - 1 = 239t = 0xEF
= -----------------------------
(HDP + HNDP) * (VDP + VNDP)
(640 + HNDP) * (480 + VNDP)
/* 0010 0100 */
/* 0010 0110 */
/* 0000 0000 */
/* 0100 1111 */
16,500,000
/* 0001 1111 */
/* 0000 0000 */
/* 0000 0000 */
/* 1110 1111 */
/* 0000 0000 */
PCLK
Epson Research and Development
Programming Notes and Examples
Vancouver Design Center
Issue Date: 01/02/05

Related parts for S1D13505