Go to file
Theenoro f7e6e06e4f „README.md“ ändern 2023-05-22 00:48:47 +02:00
Properties 0001 2023-05-22 00:30:16 +02:00
tiny_func 0001 2023-05-22 00:30:16 +02:00
.gitignore Initial commit 2023-05-22 00:19:33 +02:00
LICENSE Initial commit 2023-05-22 00:19:33 +02:00
Program.cs 0001 2023-05-22 00:30:16 +02:00
README.md „README.md“ ändern 2023-05-22 00:48:47 +02:00
background-thingies-with-illumi.csproj updated readme and assembly output name, cause spaces might be bad in cmd to run stuff 2023-05-22 00:47:14 +02:00
background-thingies-with-illumi.sln 0001 2023-05-22 00:30:16 +02:00

README.md

background-thingies-with-illumi

currently just for blinking mouse

releases

how to run it

.\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)