diff options
| author | James Barnett <james.barnett@fivium.co.uk> | 2017-08-06 22:41:30 +0100 |
|---|---|---|
| committer | James Barnett <james.barnett@fivium.co.uk> | 2017-08-06 22:41:30 +0100 |
| commit | f0712a6d504b48b55486cfcc1b62f8f67a31431b (patch) | |
| tree | 71c19605dab05589d8024d1ae8d2dbe9177aa716 | |
| parent | 6f8f07b1ae8d0cb739b9485b7b18e2544764206b (diff) | |
| download | intel-nuc-led-controller-f0712a6d504b48b55486cfcc1b62f8f67a31431b.tar.xz intel-nuc-led-controller-f0712a6d504b48b55486cfcc1b62f8f67a31431b.zip | |
Update readme
| -rw-r--r-- | README.md | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -1,6 +1,22 @@ # Intel NUC LED Controller -GUI and command line tool to control the front panel LED ring on Intel NUCs. +Simple GUI tool to control the front panel LED ring on Intel NUCs. Requires the 'SW Control' option to be set in the BIOS. -This application request to run as admin in order to use the WMI interface to control the LED. +  + +## Install +Grab the latest release zip [here](https://github.com/jamesbarnett91/intel-nuc-led-controller/releases/download/v0.2/NucLedController-v0.2.zip) (or from the releases page). +Unzip somewhere, and run NucLedController.exe + + +## Use +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. +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. I'm not a C# developer so some of this may be janky.
\ No newline at end of file |