Replies: 2 comments 1 reply
-
Hi |
Beta Was this translation helpful? Give feedback.
0 replies
-
So i find a solution using C#, i can change for each instance the color and it works really good :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i have 2 instances (led stripes).
I ccreated a Windows Form in C#. I inject Jsaon using HyperHDR API, but i can't change color for the second instance.
Only first instance turn red/green with this code.
Do you have an idea ?
`using System;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace HyperHDRController
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
`
Beta Was this translation helpful? Give feedback.
All reactions