From 592fed02624f244af1b0a4e909915d49a6bb9675 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 9 Mar 2014 01:33:19 +0100 Subject: Re-did the rendering infrastructure. Still leaking memory. --- host/matelight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/matelight.py') 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 -- cgit