Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 730 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 730 Bytes

Scroll pHAT HD Rust library

Version Build Status

Documentation

This is an unofficial library to control the Scroll pHAT HD using Rust.

Prerequisites

rustup target add arm-unknown-linux-gnueabi

apt-get install gcc-arm-linux-gnueabi

Run

To run the included examples:

  • cargo run --example alphabet
  • cargo run --example counter