Extending/Combining Displays
To mirror the image of a display to another display, you don't need to use multi-display support. Just transfer the buffer received in the first display's Flush Callback to the other display as well.
Mirroring a Display
To mirror the image of a display to another display, you don't need to use multi-display support. Just transfer the buffer received in the first display's Flush Callback to the other display as well.
Splitting an Image
You can create a larger virtual display from an array of smaller ones. You can create it by:
- setting the resolution of the displays to the large display's resolution;
- in Flush Callback, truncate and modify the
areaparameter for each display; and - send the buffer's content to each real display with the truncated area.
How is this guide?
Last updated on