From 384cc5e11be8576e4b22ea3276300bc911d684f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Sat, 18 Jul 2015 12:22:07 +0200 Subject: [PATCH] add boblight config for atmolight --- boblight.conf | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 boblight.conf diff --git a/boblight.conf b/boblight.conf new file mode 100644 index 0000000..c0cd8fe --- /dev/null +++ b/boblight.conf @@ -0,0 +1,65 @@ +[global] +interface 127.0.0.1 +port 19333 + +[device] +name ambilight +type atmo +output /dev/ttyUSB0 +rate 38400 +channels 15 +interval 16000 +prefix FF + +[color] +name red +rgb FF0000 +gamma 1.0 +adjust 1.0 +blacklevel 0.0 + +[color] +name green +rgb 00FF00 +gamma 1.0 +adjust 1.0 +blacklevel 0.0 + +[color] +name blue +rgb 0000FF +gamma 1.0 +adjust 1.0 +blacklevel 0.0 + +[light] +name left +color red ambilight 4 +color green ambilight 5 +color blue ambilight 6 +hscan 0 50 +vscan 0 100 + +[light] +name right +color red ambilight 7 +color green ambilight 8 +color blue ambilight 9 +hscan 50 100 +vscan 0 100 + +[light] +name top +color red ambilight 10 +color green ambilight 11 +color blue ambilight 12 +hscan 0 100 +vscan 0 50 + +[light] +name bottom +color red ambilight 13 +color green ambilight 14 +color blue ambilight 15 +hscan 0 100 +vscan 50 100