README 694 B

1234567891011121314151617181920212223242526272829303132333435
  1. === About ===
  2. stdd (short for "simple time display daemon") is a handy little daemon for
  3. the Raspberry PI device that can be used to display the current time on a
  4. 7 segment display with a HT16K33 backpack from Adafruit Industries. It
  5. makes heavy use of the python libraries published by Adafruit to control
  6. the display via I2C.
  7. === USAGE ===
  8. see ./stdd
  9. === Dependencies ===
  10. stov depends on the following software to be installed:
  11. * python 2.7 or higher (lower 2.x versions might work but are not tested 3.x is not supported)
  12. * python-smbus
  13. * python-plctl (optional)
  14. === COPYING ===
  15. see LICENSE
  16. === Configuration ===
  17. TBD
  18. === Known issues ===
  19. None yet
  20. === Installation ===
  21. TBD