Skip to content
Commit 2bdffc68 authored by Martin Stumpf's avatar Martin Stumpf Committed by Anas Nashif
Browse files

display: add `frame_incomplete` to `display_buffer_descriptor`



Introduces support for double-buffered/latched displays.
Currently, every write has to be presented to the user immediately,
which negates the advantage of latched displays to prevent frame tearing.

Now, GUI managers can indicate whether the current `display_write` call
is the last call of the frame or not, allowing displays to group writes
to a single present.

Signed-off-by: default avatarMartin Stumpf <finomnis@gmail.com>
parent 8b69b792
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment