Skip to main content

vga_debug_clear_cell

Function vga_debug_clear_cell 

Source
unsafe fn vga_debug_clear_cell(
    fb: *mut u8,
    pitch: usize,
    x: usize,
    y: usize,
    bpp_bytes: usize,
    bg: u32,
)
Expand description

Clear a single 8×16 character cell with the background colour.