English
Language : 

SED1374 Datasheet, PDF (159/420 Pages) Epson Company – SED1374 Embedded Memory Color LCD Controller
Epson Research and Development
Vancouver Design Center
seSetHWRotate(Device, PORTRAIT);
/*
** Draw a solid blue 100x100 rectangle in center of the display.
** This starting co-ordinates, assuming a 320x240 display is
** (320-100)/2 , (240-100)/2 = 110,70.
*/
seDrawRect(Device, 110, 70, 210, 170, 2, TRUE);
/*
** Done!
*/
exit(0);
}
Page 63
Programming Notes and Examples
Issue Date: 99/04/27
SED1374
X26A-G-002-02