Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tiziano88/scroll-phat-hd-rs
- Owner: tiziano88
- License: mit
- Created: 2017-04-03T18:43:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T19:55:23.000Z (about 2 years ago)
- Last Synced: 2024-09-14T12:18:30.220Z (4 months ago)
- Topics: led, led-display, led-matrix-displays, raspberry-pi, rust
- Language: Rust
- Size: 691 KB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`