Skip to main content

panel

Function panel 

Source
pub fn panel(
    fb: &mut Framebuffer,
    x0: i32,
    y0: i32,
    x1: i32,
    y1: i32,
    bg: u8,
    border: u8,
)
Expand description

Filled panel with a 1px border, inclusive corners.