This function makes it possible to display the screen content up side down.

Syntax

int FlipScreen(
  int mode
);

Parameters

mode
[in] Specify the display direction of the screen.
ValueDescription
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.
ValueDescription
DISP_NORMAL Normal screen display
DISP_REVERSE Screen upside down display

Remarks

Change the display direction of the screen.

Requirements

Header file:
lib.h
Library file:
libSTARTUPOPH5000.a

Last updated: 2022/03/10