aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Barnett <james.barnett@fivium.co.uk>2017-08-06 22:45:15 +0100
committerJames Barnett <james.barnett@fivium.co.uk>2017-08-06 22:45:15 +0100
commit012f9e7af745beebd57a966ef8857307f2a5ea28 (patch)
tree15f9e3e8ee41f6feba7e7885abfb0741b7352ff3
parentf0712a6d504b48b55486cfcc1b62f8f67a31431b (diff)
downloadintel-nuc-led-controller-012f9e7af745beebd57a966ef8857307f2a5ea28.tar.xz
intel-nuc-led-controller-012f9e7af745beebd57a966ef8857307f2a5ea28.zip
Update readme
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6e79607..9698421 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Intel NUC LED Controller
-Simple GUI tool to control the front panel LED ring on Intel NUCs.
+Simple GUI tool to control the front panel LED ring on newer Intel NUCs (such as the NUC7i and the NUC6CAYS series).
Requires the 'SW Control' option to be set in the BIOS.
![manual control](http://james-barnett.net/files/intel-nuc-led-controller/screenshots/manual.png) ![auto control](http://james-barnett.net/files/intel-nuc-led-controller/screenshots/auto.png)
@@ -13,10 +13,10 @@ Unzip somewhere, and run NucLedController.exe
This tool provides options for both manual control and some experimental automatic controls.
In manual mode the desired LED colour and blink/fade rates can be set, or the LED disabled all together.
-Currently the automatic control options allow cycling or fading between all the LED colours at a given rate. Lower rates (i.e. quicker colour changes) will consume more CPU resources to manage.
+Currently the automatic control options allow cycling or fading between all the LED colours at a given rate. Lower rates (i.e. quicker colour changes) will consume more CPU resources to manage. Other auto control modes are a WIP.
These automatic modes are fully controlled by this software, and so the program must be left running to use these modes.
In manual mode the setting can be applied and the application closed.
-
-Note that this application requests to run as admin in order to use the WMI interface to control the LED.
+### Note
+This application requests to run as admin in order to use the WMI interface to control the LED.
I'm not a C# developer so some of this may be janky. \ No newline at end of file