pub fn init(
fb_addr: u64,
fb_width: u32,
fb_height: u32,
pitch: u32,
bpp: u16,
red_size: u8,
red_shift: u8,
green_size: u8,
green_shift: u8,
blue_size: u8,
blue_shift: u8,
)Expand description
Performs the init operation.