smartie

Crates.iosmartie
lib.rssmartie
version0.1.0
sourcesrc
created_at2023-03-31 03:57:14.668825
updated_at2023-03-31 03:57:14.668825
descriptionLCD Smartie driver written in Rust
homepage
repositoryhttps://github.com/celeryclub/smartie
max_upload_size
id825960
size15,365
Steve Davis (celeryclub)

documentation

README

Smartie

Overview

This project provides a driver for interacting with LCD Smartie devices made by Sure Electronics.

https://web.archive.org/web/20220628052130/http://www.store3.sure-electronics.com/parts-accessories/led/led-display/lcd-smartie

This project has been rewritten in Rust. The original Python version can be found here.

CLI usage examples

smartie on
smartie off
smartie adjust --brightness 4 --contrast 220
smartie write --message "sup" --line 1
smartie clear
Commit count: 41

cargo fmt