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

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 62
S1D13704
X26A-G-002-03
{
}
/*
** Get the product code to verify this is an S1D13704.
** NOTE: If the S1D13704 design is modified then the
**
**
*/
seGetId(Device, &ChipId);
if (ID_S1D13704F00A != ChipId)
{
}
/*
** Initialize the S1D13704.
** This step programs the registers with values taken from
** the HalInfo struct in appcfg.h.
*/
if (ERR_OK != seSetInit(Device))
{
}
/*
** The default initialization cleared the display.
** Draw a 100x100 red rectangle in the upper left corner (0,0)
** of the display.
*/
seDrawRect(Device, 0, 0, 100, 100, 1, TRUE);
/*
** Pause here.
*/
getch();
/*
** Clear the display. Do this by writing 40960 bytes
*/
seWriteDisplayBytes(Device, 0, 0, FORTY_K);
/*
** Setup SwivelView mode.
*/
printf("\nERROR: Could not register S1D13704 device.");
exit(1);
printf("\nERROR: Did not detect an S1D13704.");
exit(1);
printf("\nERROR: Could not initialize device.");
exit(1);
product identification change. Additional IDs
will have to be checked for.
Epson Research and Development
Programming Notes and Examples
Vancouver Design Center
Issue Date: 01/02/12

Related parts for S1D13704