vex_sdk::display

Function vexDisplayForegroundColor

Source
pub unsafe fn vexDisplayForegroundColor(col: u32)
Expand description

Sets the color (encoded as RGB8) used for all future non-erasing display draws.

ยงSafety

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