Re-did the rendering infrastructure. Still leaking memory.
This commit is contained in:
parent
3ba0aedf5e
commit
592fed0262
2 changed files with 82 additions and 167 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue