lcd-smartie

0.1.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i lcd-smartie

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

6.11 kB

Total Files

4

Last publish

Collaborators

  • celeryclub