Added animatrix control thanks to https://github.com/vddCore/Starlight

This commit is contained in:
seerge
2023-03-04 00:11:59 +01:00
parent e9fa181d4e
commit 43d2ed656a
14 changed files with 742 additions and 73 deletions

View File

@@ -1,9 +1,8 @@
using System.Text.Json;
public class AppConfig
{
string appPath;
public string appPath;
string configFile;
public Dictionary<string, object> config = new Dictionary<string, object>();
@@ -82,7 +81,7 @@ public class AppConfig
else
name = "cpu";
return paramName+"_" + name + "_" + mode;
return paramName + "_" + name + "_" + mode;
}
public byte[] getFanConfig(int device)