aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <jaseg@jaseg.net>2014-03-20 01:13:13 +0100
committerjaseg <jaseg@jaseg.net>2014-03-20 01:13:13 +0100
commit9b2944b7942b91fd12770ad87942f86b97a09a1c (patch)
tree1c9b691ddbde43e33ecba6545d2803d9127dc3ef
parent6503863333020a27a713d28ebc42cf2225dfca28 (diff)
downloadmatelight-9b2944b7942b91fd12770ad87942f86b97a09a1c.tar.gz
matelight-9b2944b7942b91fd12770ad87942f86b97a09a1c.tar.bz2
matelight-9b2944b7942b91fd12770ad87942f86b97a09a1c.zip
Updated the README
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 376db26..2686e0f 100644
--- a/README.rst
+++ b/README.rst
@@ -19,7 +19,7 @@ Each bottle contains a LED with a WS2801 driver. Each crate contains a chain of
Software
--------
-Currently, there are two versions of the control software around. The terribly slow legacy Python script and the WIP C implementation. The C implementation is about 10.000 times faster than the python script which is why we are working on it.
+The control software is a Python script accepting framebuffer data via UDP and text via TCP. Since it is run on a 900MHz Pentium 3, the two most time-critical pieces, pixel font rendering for scrolling text and USB communication are written in C and called from the Python script via ctypes.
Architecture
~~~~~~~~~~~~