pyduino-lcd-clock
is a SNAPpy project that uses a Pyduino with an LCD shield to display the current time.
The SparkFun LCD Button Shield is highly recommended because it works very well with the Pyduino and this library.
Download and extract the latest release zip file to Portal's snappyImages
directory.
By default, this is located at ..\Documents\Portal\snappyImages
on Windows.
The easiest way to install pyduino-lcd-clock
for use with SNAPbuild is using
pip:
pip install git+https://github.com/synapse-wireless/pyduino-lcd-clock.git@master --process-dependency-links
Alternatively you can clone or download and extract the source, and install it:
pip install ./pyduino-lcd-clock --process-dependency-links
Copyright © 2016 Synapse Wireless, licensed under the Apache License v2.0.