diff options
author | Karel Kočí <cynerd@email.cz> | 2017-02-04 11:14:45 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-02-04 11:30:11 +0100 |
commit | f6605e38a68794702041c143c020423effc450b4 (patch) | |
tree | 92cba88aacb8fd3eee4a078484ac7766b0a06470 | |
parent | 2739c1427a92f22b2af30f85528a018d3e72ff45 (diff) | |
download | turris-lcd-example-f6605e38a68794702041c143c020423effc450b4.tar.gz turris-lcd-example-f6605e38a68794702041c143c020423effc450b4.tar.bz2 turris-lcd-example-f6605e38a68794702041c143c020423effc450b4.zip |
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..796a442 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +Turris Omnia I2C LCD example program +==================================== +This program was created as an presentation program for FOSDEM 2017. It contains C +program handling 20x4 LCD display connected trough I2C (3.3 to 5 volts shift is +required), accepting input from fifo /tmp/turris-lcd. + +Another part of this is web. In `web` directory there is lighttpd configuration +and website, that allows LCD input trough web. |