A Python Class to drive a TextStar Serial 16x2 Display
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
seiichiro ecf2bc5033 Added dependency info to the Readme 11 years ago
.gitignore Created empty initial repository 11 years ago
COPYING Added Documentation/Comments and Licence information 11 years ago
README Added dependency info to the Readme 11 years ago
TextStar.py Added Documentation/Comments and Licence information 11 years ago

README

This python module is designed to drive a TextStar serial display from Cats Whiskers Technologies. 

See the integrated pydoc documentation for usage information and examples.
This module needs the pyserial package to be available.

The code was tested using python 3.2 on a Raspberry Pi. It may or may not work on other versions of python.