From f0365ad001d705f0ab5cd80bc00c97c444203def Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Fri, 22 Jul 2022 14:05:56 -0400 Subject: [PATCH] color --- elgato.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/elgato.py b/elgato.py index 331e27a..0e66990 100644 --- a/elgato.py +++ b/elgato.py @@ -11,9 +11,13 @@ if sys.argv[1] == 'bright': print('bright') left.brightness(100) right.brightness(100) + left.color(3500) + right.color(2900) else: print('dim') left.brightness(5) right.brightness(5) + left.color(2900) + right.color(2900) #print(myLight) #myLight.on()