[][src]Macro card10_l0dable::display_adv

macro_rules! display_adv {
    ($disp: expr, $font: tt, $x: expr, $y: expr, $fg: expr, $bg: expr,
     $fmt: expr) => { ... };
    ($disp: expr, $font: tt, $x: expr, $y: expr, $fg: expr, $bg: expr,
     $fmt: expr, $($arg: tt)*) => { ... };
}

Convenience text display with selected font

Requires card10_alloc::init() and extern crate alloc;