S1D13700F01A100 Epson, S1D13700F01A100 Datasheet - Page 128

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
LUT Manipulation
S1D13705F00A PROGRAMMING NOTES
AND EXAMPLES (X27A-G-002-01)
int seSetLut(BYTE *pLut, int Count)
int seGetLut(BYTE *pLUT, int Count)
int seSetLutEntry(int Index, BYTE *pEntry)
int seGetLutEntry(int index, BYTE *pEntry)
These functions deal with altering the color values in the Look-Up Table.
Description: This routine writes one or more LUT entries. The writes always start with Look-Up
Parameters: pLut
Return Value: ERR_OK - operation completed with no problems
Description: This routine reads one or more LUT entries and puts the result in the byte array
Parameters: pLUT
Return Value: ERR_OK - operation completed with no problems
Description: This routine writes one LUT entry. Unlike seSetLut, the LUT entry indicated by
Parameters: Index
Return Value: ERR_OK - operation completed with no problems
Description: This routine reads one LUT entry from any index.
Parameters: Index
Return Value: ERR_OK - operation completed with no problems
Table index 0 and continue for 'Count' entries.
A Look-Up Table entry consists of three bytes, one each for Red, Green, and Blue.
The color information is stored in the four most significant bits of each byte.
Count
pointed to by pLUT.
A Look-Up Table entry consists of three bytes, one each for Red, Green, and Blue.
The color information is stored in the four most significant bits of each byte.
Count
'Index' can be any value from 0 to 255.
A Look-Up Table entry consists of three bytes, one each for Red, Green, and Blue.
The color information is stored in the four most significant bits of each byte.
pLUT
A Look-Up Table entry consists of three bytes, one each for Red, Green, and Blue.
The color information is stored in the four most significant bits of each byte.
pEntry
- pointer to an array of BYTE lut[16][3]
- the number of LUT entries to write.
- pointer to an array of BYTE lut[16][3]
- pLUT must point to enough memory to hold 'Count' x 3 bytes of data.
- the number of LUT elements to read.
- index to LUT entry (0 to 255)
- pointer to an array of three bytes.
- index to LUT entry (0 to 255)
- pointer to an array of three bytes
lut[x][0] == RED component
lut[x][1] == GREEN component
lut[x][2] == BLUE component
EPSON
9: HARDWARE ABSTRACTION LAYER (HAL)
2-43

Related parts for S1D13700F01A100