Skip to main content

Module display

Module display 

Source
Expand description

Module implementing embedded_graphics_core::DrawTarget for the Rust UEFI crate. It is actually just a buffer, and the push to uefi is done via blit during flush().

Structsยง

GopDisplay
An embedded-graphics draw target using the UEFI Graphics Output Protocol (Gop).