pi_clock

Crude and unpolished clock for Raspberry Pi
git clone https://git.e1e0.net/pi_clock.git
Log | Files | Refs | README | LICENSE

commit 982d2eeee20d0759694f5ea49806bf3a3995ece7
parent a83e3fa5b43c80fd3bb9eb77e07f70def3f21afa
Author: Paco Esteban <paco@e1e0.net>
Date:   Sat,  1 Aug 2020 20:37:19 +0200

add more info to readme and update TODO

Diffstat:
MREADME | 20+++++++++++++++++++-
MTODO | 1-
2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -1,4 +1,22 @@ Crude and unpolished clock for Raspberry Pi. It uses a 16x2 LCD display. -Requires wiringPi library. +Requires wiringPi library and enable I2C on the Pi. + +It displays time in this format: + + 10:32:23 GMT+2 +Sat, Aug 1 2020 + +It can read a tag (7 bytes) from an arbitrary file do display in the +place of the TimeZone. +This can be used, for instance, to display temperature updated by +another process. + +By default it turns off the back light at midnight and turns it back on +at 7am. This can be configured on the command line, but the +implementation is a bit crude. + +All the CAD design is still provisional. At this point I have it all +hand soldered and with just one button, but all can be used as a base to +build a custom setup. diff --git a/TODO b/TODO @@ -1,3 +1,2 @@ -* clean code a bit * create a man page * take a look at all the CAD folder and clean/reorganize