Compare commits

...

3 Commits
v0.1.0 ... main

2 changed files with 18 additions and 1 deletions

View File

@ -1,2 +1,19 @@
# background-thingies-with-illumi
currently just for blinking mouse
[releases](https://git.dev-c.at/SmartThings/background-thingies-with-illumi/releases)
## how to run it
```cmd
.\RGBThingie.exe blink 10 255 0 255
```
Arguments:
1. effect (`blink`)
2. duration in seconds
3. red (0-255)
4. green (0-255)
5. blue (0-255)

View File

@ -5,7 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>RGB Thingie</AssemblyName>
<AssemblyName>RGBThingie</AssemblyName>
</PropertyGroup>
<ItemGroup>