Skip to content

Commit 81b4dc4

Browse files
committed
README
1 parent 3025083 commit 81b4dc4

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "max-7219-led-matrix-util"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Philipp Schuster <phip1611@gmail.com>"]
55
edition = "2018"
66
exclude = [
77
"demo.gif",
88
"demo.mp4",
99
".travis.yml",
1010
]
11-
keywords = ["gpio", "max7219"]
11+
keywords = ["gpio", "max7219", "ledcontrol"]
1212
categories = ["embedded", "hardware-support" ]
1313
description = "Utility library using 'max7219'-crate for LED matrix displays written in Rust for Linux (Raspberry Pi). The main purpose is educational."
1414
readme = "README.md"

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ fn main() {
3838

3939
`max_7219_led_matrix_util::setup::setup` returns an instance of a struct defined by crate `max7219` (the actual device driver).
4040
Therefore you can work directly on this driver too without the need of the utility functions. Like `display.write_raw()`.
41+
42+
43+
### Thanks to
44+
Thanks to the creators of "max7219"-crate! :)

0 commit comments

Comments
 (0)