aboutsummaryrefslogtreecommitdiff
path: root/host/matelight.py
diff options
context:
space:
mode:
authorjaseg <jaseg@jaseg.net>2014-03-09 01:33:19 +0100
committerjaseg <jaseg@jaseg.net>2014-03-09 01:33:19 +0100
commit592fed02624f244af1b0a4e909915d49a6bb9675 (patch)
tree995f50d7664cad5ff92d7f5b4f7ac83a2ccee73a /host/matelight.py
parent3ba0aedf5ecbfe6ed4a2b85d0d55ecfffc372e08 (diff)
downloadmatelight-592fed02624f244af1b0a4e909915d49a6bb9675.tar.gz
matelight-592fed02624f244af1b0a4e909915d49a6bb9675.tar.bz2
matelight-592fed02624f244af1b0a4e909915d49a6bb9675.zip
Re-did the rendering infrastructure. Still leaking memory.
Diffstat (limited to 'host/matelight.py')
-rw-r--r--host/matelight.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/matelight.py b/host/matelight.py
index 6d0f5bf..59b6373 100644
--- a/host/matelight.py
+++ b/host/matelight.py
@@ -18,7 +18,7 @@ FRAME_SIZE = DISPLAY_WIDTH*DISPLAY_HEIGHT
GAMMA = 2.5
# Brightness of the LEDs in percent. 1.0 means 100%.
-BRIGHTNESS = 0.2
+BRIGHTNESS = 1.0
ml = CDLL('./libml.so')
ml.matelight_open.restype = c_void_p