sed1374 ETC-unknow, sed1374 Datasheet - Page 158

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 62
SED1374
X26A-G-002-02
{
}
/*
** Get the product code to verify this is an SED1374.
** NOTE: If the SED1374 design is modified then the
**
**
*/
seGetId(Device, &ChipId);
if (ID_SED1374F0A != ChipId)
{
}
/*
** Initialize the SED1374.
** 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 SED1374 device.");
exit(1);
printf("\nERROR: Did not detect an SED1374.");
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: 99/04/27

Related parts for sed1374