From 1ed41063167296244004b190fe41cb773bf45ecf Mon Sep 17 00:00:00 2001
From: Jochen Vothknecht <jochen3120@gmail.com>
Date: Wed, 13 Apr 2022 00:00:39 +0200
Subject: [PATCH] Reverting from subraum "schaukasten" to my actual demo setup

---
 CLC-qthing/device_main.cpp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/CLC-qthing/device_main.cpp b/CLC-qthing/device_main.cpp
index 819cb8a..7ad8c95 100644
--- a/CLC-qthing/device_main.cpp
+++ b/CLC-qthing/device_main.cpp
@@ -56,9 +56,9 @@ void device_main() {
 
   return; */
 
-  ctrl = new CyanLight::CyanLightControl(1);
-  ctrl->addChannel(26);
-  ctrl->addChannel(25);
+  ctrl = new CyanLight::CyanLightControl(3);
+  //ctrl->addChannel(16);
+  //ctrl->addChannel(17);
   
   ctrl->setFrqRes(100, 19);
 
@@ -74,8 +74,8 @@ void device_main() {
   }
 
 
-  ctrl->setPWM(0, 1.0f);
-  ctrl->setPWM(1, 1.0f);
+  ctrl->setPWM(0, 0.0f);
+  ctrl->setPWM(1, 0.0f);
   ctrl->setPWM(2, 1.0f);
 
 
-- 
GitLab