0.1.2 • Published 1 year ago

lcd-smartie v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

LCD Smartie

Overview

This project provides a driver for interacting with LCD Smartie devices made by Sure Electronics. Their website is no longer online, but here's an archived version of the product page.

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

Installation

To use within your own project

npm install lcd-smartie

To use the CLI

npm install --global lcd-smartie

CLI usage examples

smartie on --path /dev/ttyUSB0
smartie off --path /dev/ttyUSB0
smartie adjust --path /dev/ttyUSB0 --brightness 4 --contrast 220
smartie write --path /dev/ttyUSB0 --message "sup" --line 1
smartie clear --path /dev/ttyUSB0
0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago