Syntax
int FlipScreen(
int mode
);
Parameters
- mode
-
[in] Specify the display direction of the screen.
Value Description DISP_NORMAL Bring the screen to normal display. DISP_REVERSE Flip the screen upside down. TOGGLE It is the reverse of the current screen display. CURRENT_MODE Returns the current settings without changing the settings.
Return value
Returns the state of the screen after the change.
Value | Description |
---|---|
DISP_NORMAL | Normal screen display |
DISP_REVERSE | Screen upside down display |
Remarks
Change the display direction of the screen.
Requirements
Header file:
lib.hLibrary file:
libSTARTUPOPH5000.a
Last updated: 2022/03/10