Page 74
Epson Research and Development
Vancouver Design Center
S1D13706 Programming Notes and Examples
X31B-G-003-03 Issue Date: 01/02/23
void seDisplayEnable(BOOL Enable)
void seMainWinDisplayEnable(BOOL Enable)
void seSubWinDisplayEnable(BOOL Enable)
Description:
These functions enable or disable the selected display device.
seDisplayEnable() enables or disables the display for the active surface.
seMainWinDisplayEnable() enables or disables the main window display (for the
S1D13706, the display blank feature is used to enable or disable the main window).
seSubWinDisplayEnable() enables or disables the sub-window display.
Parameters:
Enable Call with Enable set to TRUE to enable the display device. Call with
Enable set to FALSE to disable the device.
Return Value:
None.