common: Implement screen::clear() and screen::draw_text().
[gps-watch.git] / src / common / display.rs
2020-01-06 Tilman Sauerbeckcommon: Tweak bit order of screen data.
2020-01-06 Tilman Sauerbeckcommon: Implement display::show_icon() and display...
2020-01-05 Tilman Sauerbeckcommon: Add the display module.