sed1374 ETC-unknow, sed1374 Datasheet - Page 164

no-image

sed1374

Manufacturer Part Number
sed1374
Description
Sed1374 Embedded Memory Color Lcd Controller
Manufacturer
ETC-unknow
Datasheet

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
sed137460B5
Manufacturer:
HIROSE
Quantity:
49 000
Part Number:
sed1374F0A
Manufacturer:
EPSON
Quantity:
650
Part Number:
sed1374FOA
Manufacturer:
NICHIA
Quantity:
12 000
Part Number:
sed1374FOA
Manufacturer:
EPSON/爱普生
Quantity:
20 000
Page 68
SED1374
X26A-G-002-02
**
**
**
*/
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: 99/04/27

Related parts for sed1374