Function flipperzero_sys::elements_progress_bar_with_text
source · pub unsafe extern "C" fn elements_progress_bar_with_text(
canvas: *mut Canvas,
x: u8,
y: u8,
width: u8,
progress: f32,
text: *const c_char
)Expand description
Draw progress bar with text.
Arguments
canvas- Canvas instancex- progress bar position on X axisy- progress bar position on Y axiswidth- progress bar widthprogress- progress (0.0 - 1.0)text- text to draw