Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tiziano88/scroll-phat-hd-rs


https://github.com/tiziano88/scroll-phat-hd-rs

led led-display led-matrix-displays raspberry-pi rust

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Scroll pHAT HD Rust library

[![Version](https://img.shields.io/crates/v/scroll_phat_hd.svg)](https://crates.io/crates/scroll_phat_hd)
[![Build Status](https://travis-ci.org/tiziano88/scroll-phat-hd-rs.svg?branch=master)](https://travis-ci.org/tiziano88/scroll-phat-hd-rs)

[Documentation](https://tiziano88.github.io/scroll-phat-hd-rs/scroll_phat_hd/index.html)

This is an unofficial library to control the [Scroll pHAT
HD](https://shop.pimoroni.com/products/scroll-phat-hd) using
[Rust](https://www.rust-lang.org/).

# 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`