Function flipper0::ffi::popup_set_icon

source ·
pub unsafe extern "C" fn popup_set_icon(
    popup: *mut Popup,
    x: u8,
    y: u8,
    icon: *const Icon
)
Expand description

Set popup icon

If icon position is negative, popup icon will not be rendered

@param popup Popup instance @param x x position @param y y position @param icon pointer to Icon data