pub unsafe extern "C" fn button_panel_add_label(
button_panel: *mut ButtonPanel,
x: u16,
y: u16,
font: Font,
label_str: *const c_char,
)Expand description
Add label to button_panel module.
ยงArguments
button_panel- ButtonPanel instancex- x-coordinate to place labely- y-coordinate to place labelfont- font to write label withlabel_str- string label to write