Function framebuffer::init

source ·
pub fn init<P: Pixel>() -> Result<Framebuffer<P>, &'static str>
Expand description

Initializes the final framebuffer based on graphics mode info obtained during boot.

The final framebuffer represents the actual pixel content displayed on screen, as its memory is directly mapped to the display device’s underlying physical memory.