u8dl 0.1.0

Universal 8bit Device Library for driving monochrome devices like OLEDs and LCDs
Documentation
1
2
3
4
use u8dl::*;
fn main() {
    hello();
}