This is an unofficial library to control the Scroll pHAT HD using Rust.
rustup target add arm-unknown-linux-gnueabi
apt-get install gcc-arm-linux-gnueabi
To run the included examples:
cargo run --example alphabet
cargo run --example counter
This is an unofficial library to control the Scroll pHAT HD using Rust.
rustup target add arm-unknown-linux-gnueabi
apt-get install gcc-arm-linux-gnueabi
To run the included examples:
cargo run --example alphabet
cargo run --example counter