pub unsafe extern "C" fn button_panel_add_label(
    button_panel: *mut ButtonPanel,
    x: u16,
    y: u16,
    font: Font,
    label_str: *const i8
)
Expand description

Add label to button_panel module.

@param button_panel ButtonPanel instance @param x x-coordinate to place label @param y y-coordinate to place label @param font font to write label with @param label_str string label to write