Crate scroll_phat_hd

Crate scroll_phat_hd 

Source
Expand description

§Scroll pHAT HD

Sample usage:

let mut display = scroll_phat_hd::display::TermDisplay::new();
let mut scroller = scroll_phat_hd::scroller::Scroller::new(&mut display);
scroller.set_text("ABC");
scroller.show();

Modules§

display
scroller