I2C (SSD1306) display integration for bobmuscv-rs
.
Index
Use case
This software is intended to extend & enhance bobmuscv-rs
functionality.
bombuscv-display
is built to display and immediatly visualize bombuscv-rs
status, system and humidity/temperature sensor (i.e. DHT22) information on a SSD1306 oled display1 powered by Raspberry Pi GPIO.
Examples
Install
Cargo
In order to install using Rust
Master branch
To build and install from master branch run:
cargo install --git https://github.com/marcoradocchia/bombuscv-display --branch master
Usage
bombuscv-display
reads humidity and temperature data from standard input (i.e. a unix pipeline), so it's strongly recommended to use it in combination with datalogger
or any other software which is able to print to standard output such data in the following csv like format: <humidity>,<temperature>
.
Changelog
Complete CHANGELOG.
License
Footnotes
-
0.96", 128x64 pixels, I2C display
↩