S1D13704 Epson Electronics America, Inc., S1D13704 Datasheet - Page 164

no-image

S1D13704

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

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
S1D13704F00A100
Manufacturer:
EPSON
Quantity:
500
Part Number:
S1D13704F00A100
Manufacturer:
EPSON
Quantity:
1 000
Part Number:
S1D13704F00A200
Manufacturer:
EPSON
Quantity:
1 400
Part Number:
S1D13704F00A200
Manufacturer:
EPSON/爱普生
Quantity:
20 000
Page 68
S1D13704
X26A-G-002-03
**
**
**
*/
SET_REG(0x13, 0xFF);
SET_REG(0x14, 0x03);
/*
** Look-Up Table
** In this example the LUT will be programmed in the register sequence.
** In practice the LUT would probably be done after the other registers.
*/
/*
** Register 15h - Look-Up Table Address
**
*/
SET_REG(0x15, 0x00);
/*
** Register 16h - Look-Up Table Bank Select
**
**
**
*/
SET_REG(0x16, 0x00);
/*
** Register 17h - Look-Up Table Data
**
**
*/
pLUT = Color_4BPP;
for (LUTcount = 0; LUTcount < 16; LUTcount++)
{
}
/*
** Register 18h - GPIO Configuration - set to 0
**
*/
SET_REG(0x18, 0x00);
/*
** Register 19h - GPIO Status - set to 0
**
for (RGBcount = 0; RGBcount < 3; RGBcount++)
{
}
SET_REG(0x17, *pLUT);
pLUT++;
- Set to maximum (i.e. 0x3FF). This register is used
- Set to 0 to start RGB sequencing at the first LUT entry.
- Set all the banks to 0.
- At 4BPP this makes no difference however it will affect
- Write 16 RGB triplets to setup the LUT for 4BPP operation.
- The LUT is 16 elements deep, 4BPP uses all the idices.
- '0' configures the GPIO pins for input (power on default)
- This step has no reason other than it programs the GPIO
for split screen operation and should be set to 0
during initialization.
appearance at other color depths.
Epson Research and Development
Programming Notes and Examples
Vancouver Design Center
Issue Date: 01/02/12

Related parts for S1D13704