update frequency to high xD
This commit is contained in:
parent
f077dc7a32
commit
f0f393353c
@ -70,7 +70,7 @@ def ambient_light_thread():
|
|||||||
|
|
||||||
print(r,g,b)
|
print(r,g,b)
|
||||||
send(rgb_to_hex(int(r*brighness),int(g*brighness),int(b*brighness)))
|
send(rgb_to_hex(int(r*brighness),int(g*brighness),int(b*brighness)))
|
||||||
time.sleep(0.001)
|
time.sleep(0.01)
|
||||||
|
|
||||||
def ambient_light():
|
def ambient_light():
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user