S1D13700F01A100 Epson, S1D13700F01A100 Datasheet - Page 136

no-image

S1D13700F01A100

Manufacturer Part Number
S1D13700F01A100
Description
Display Drivers LCD CONTROLLER
Manufacturer
Epson
Datasheet

Specifications of S1D13700F01A100

Operating Temperature (min)
-40C
Operating Temperature (max)
85C
Operating Temperature Classification
Industrial
Package Type
TQFP
Pin Count
80
Mounting
Surface Mount
Operating Supply Voltage (min)
2.7V
Lead Free Status / Rohs Status
Supplier Unconfirmed

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
S1D13700F01A100
Manufacturer:
MTK
Quantity:
5 000
Part Number:
S1D13700F01A100
Manufacturer:
Epson Electronics America Inc-Semiconductor Div
Quantity:
10 000
Part Number:
S1D13700F01A100
Manufacturer:
EPSON/爱普生
Quantity:
20 000
S1D13705F00A PROGRAMMING NOTES
AND EXAMPLES (X27A-G-002-01)
**
**
*/
SET_REG(0x11, 0x00);
/*
** Register 12h - Screen 1 Vertical Size LSB
** Register 13h - Screen 1 Vertical Size MSB
**
**
**
*/
SET_REG(0x12, 0xFF);
SET_REG(0x13, 0x03);
/*
** Look-Up Table registers
** The LUT is programmed at the end of the initialization sequence.
*/
/*
** Register 18h - GPIO Configuration - set to 0
**
*/
SET_REG(0x18, 0x00);
/*
** Register 19h - GPIO Status - set to 0
**
**
*/
SET_REG(0x19, 0x00);
/*
** Register 1Ah - Scratch Pad - set to 0
**
**
*/
SET_REG(0x1A, 0x00);
/*
** Register 1Bh - Portrait Mode - set to 0 - disable portrait mode
*/
SET_REG(0x1B, 0x00);
/*
** Register 1Ch - Line Byte Count - set to 0 - used only by portrait mode.
*/
SET_REG(0x0C, 0x00);
/*
** Look-Up Table
** In this example we only set the first sixteen LUT entries.
** In typical use all 256 entries would be setup.
*/
/*
** Register 15h - Look-Up Table Address
**
*/
SET_REG(0x15, 0x00);
/*
** Register 17h - Look-Up Table Data
**
*/
pLUT = LUT;
for (tmp = 0; tmp < 16; tmp++)
{
SET_REG(0x17, *pLUT);// Set Red
pLUT++;
SET_REG(0x17, *pLUT);// Set Green
pLUT++;
SET_REG(0x17, *pLUT);// Set Blue
- Set to maximum (i.e. 0x3FF). This register is used
- '0' configures the GPIO pins for input (power on default)
- This step has no real purpose. It sets the GPIO
- Use this register to store whatere state data your
- Set to 0 to start RGB sequencing at the first LUT entry.
- Write 16 RGB triplets to the LUT.
display size. Usually set to 0 during initialization
and programmed to desired value later.
for split screen operation. Normally it is set to
maximum value.
pins low should GPIO be set as outputs.
system may require.
EPSON
10: SAMPLE CODE
2-51

Related parts for S1D13700F01A100