aboutsummaryrefslogtreecommitdiff
path: root/host/matelight.py
diff options
context:
space:
mode:
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