A Python Class to drive a TextStar Serial 16x2 Display
Go to file
seiichiro ecf2bc5033 Added dependency info to the Readme 2012-10-03 12:57:00 +02:00
.gitignore Created empty initial repository 2012-09-25 08:22:38 +02:00
COPYING Added Documentation/Comments and Licence information 2012-10-03 12:47:14 +02:00
README Added dependency info to the Readme 2012-10-03 12:57:00 +02:00
TextStar.py Added Documentation/Comments and Licence information 2012-10-03 12:47:14 +02:00

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.