Epson S1D13504 Technical Manual page 186

Color graphics lcd/crt controller
Hide thumbs Also See for S1D13504:
Table of Contents

Advertisement

Page 46
S1D13504
X19A-G-002-07
int seWriteDisplayBytes(int device, DWORD addr, BYTE val, DWORD
count)
Description:
Writes one or more bytes to the display buffer.
Parameter:
device - registered device ID
addr - offset from start of the display buffer
val - value to write
count - number of bytes to write
Return Value: ERR_OK - operation completed with no problems
ERR_INVALID_REG_DEVICE - device argument is not valid.
int seWriteDisplayWords(int device, DWORD addr, WORD val, DWORD
count)
Description:
Writes one or more words to the display buffer.
Parameter:
device - registered device ID
addr - offset from start of the display buffer
val - value to write
count - number of words to write
Return Value: ERR_OK - operation completed with no problems
ERR_INVALID_REG_DEVICE - device argument is not valid.
int seWriteDisplayDwords(int device, DWORD addr, DWORD val,
DWORD count)
Description:
Writes one or more dwords to the display buffer.
Parameter:
device - registered device ID
addr - offset from start of the display buffer
val - value to write
count - number of dwords to write
Return Value: ERR_OK - operation completed with no problems
ERR_INVALID_REG_DEVICE - device argument is not valid.
Epson Research and Development
Vancouver Design Center
Programming Notes and Examples
Issue Date: 01/02/01

Advertisement

Table of Contents
loading

Table of Contents