Skip to content
Adam Dej edited this page Jan 23, 2014 · 1 revision

This is a virtual display device, which can be used to mirror pixel mapping on a real display device. It can mirror the display horizontally or vertically (or both).

Usage

This display device is constructed using the mirror_device(DISPLAY_XY *display, uint8_t mode, uintpix x, uintpix y) function. *display is a pointer to the valid display device you wish to mirror, mode can have bit flags VIRTUAL_MIRROR_X and VIRTUAL_MIRROR_Y. x, y is the resolution of the mirrored display.

Clone this wiki locally