Epson Research and Development
Page 83
Vancouver Design Center
Programming Notes and Examples S1D13706
Issue Date: 01/02/23 X31B-G-003-03
void seWriteDisplayWords(DWORD Offset, unsigned Value, DWORD Count)
Description:
This routine writes one or more words to display memory starting at the specified offset.
Parameters:
Offset Offset, in bytes, from the start of display memory to the first word to
write.
Value An unsigned integer containing the word to written in the least
significant word.
Count Number of words to write. All words will have the same value.
Return Value:
None.
void seWriteDisplayDwords(DWORD Offset, DWORD Value, DWORD Count)
Description:
This routine writes one or more dwords to display memory starting at the specified offset.
Parameters:
Offset Offset, in bytes, from the start of display memory to the first dword to
write.
Value The value to be written to display memory.
Count Number of dwords to write. All dwords will have the same value.
Return Value:
None.