Re-did the rendering infrastructure. Still leaking memory.

This commit is contained in:
jaseg 2014-03-09 01:33:19 +01:00
parent 3ba0aedf5e
commit 592fed0262
2 changed files with 82 additions and 167 deletions

View file

@ -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