vex_sdk::display

Function vexDisplayVBigStringAt

Source
pub unsafe fn vexDisplayVBigStringAt(
    xpos: i32,
    ypos: i32,
    format: *const c_char,
    args: VaList<'_, '_>,
)
Expand description

Draws a string of large-sized text to the display at a top-left coordinate.

Uses the current foreground color as the text color.

ยงSafety

Calls to jumptable functions are unsafe because jumptable functions are owned by VEXos and we cannot guarantee their safety.