MCUXpresso SDK Documentation

vg_lite_orientation_t enumeration

vg_lite_orientation_t enumeration#

Specifies the mirror orientation in VGLite blit APIs.

Used in functions: vg_lite_set_mirror.

vg_lite_orientation_t string values

Description

VG_LITE_ORIENTATION_TOP_BOTTOM

Target output orientation is from top to bottom (default).

VG_LITE_ORIENTATION_BOTTOM_TOP

Target output orientation is from bottom to top.

Parent topic:Blit enumerations