From b181c61ebbe6ab3af9451c6c7819c32c66b26183 Mon Sep 17 00:00:00 2001 From: Lich Date: Sun, 28 Jun 2020 08:55:05 +0900 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 896c726..6f248d2 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,23 @@ Gigabyte motherboard : If [AppCenter][2] is installed, it is controlled by commu Other motherboard : Use [LibreHardwareMonitorLib][0] or [OpenHardwareMonitorLib][1] to obtain sensor temperature, fan rpm, and to control the fan.
NZXT Kraken x2 and x3 is support (z3 series is not supported)
EVGA CLC is support
+NZXT RGB & Fan Controller is support
DIMM thermal sensor is support
![FanCtrl](https://github.com/lich426/FanCtrl/blob/master/img/1.png)
![Auto Fan Control](https://github.com/lich426/FanCtrl/blob/master/img/2.png)

+## On Screen Display (RTSS) +GROUP stands for one line, and ITEM is the data to display.
+![OSD](https://github.com/lich426/FanCtrl/blob/master/img/5.png)
+![OSD2](https://github.com/lich426/FanCtrl/blob/master/img/6.png)
+ ## Lighting You can see the lighting packet on the link.
NZXT Kraeken X2 : [X2.txt][11]
NZXT Kraeken X3 : [X3.txt][12]
EVGA CLC : [clc.txt][13]
+NZXT RGB & Fan Controller : [RGBnFC.txt][14]

Example X2
![Lighting](https://github.com/lich426/FanCtrl/blob/master/img/3.png)
@@ -27,7 +34,6 @@ Ring : Spectrum wave
Logo : Fading
Ring : Pulse

- ## Using external Libraries Sensor and Fan Control : [LibreHardwareMonitorLib][0] or [OpenHardwareMonitorLib][1]
Gigabyte board Sensor and Fan Control : [AppCenter][2]
@@ -47,7 +53,7 @@ Graph : [ZedGraph][8]
- Not all types of hardware are supported.
## Portable -Download : [FanCtrl_v1.1.8a.zip][10] +Download : [FanCtrl_v1.1.9.zip][10] ## Donate [![PayPal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=AUCEJ8KGCNJTC¤cy_code=USD&source=url) @@ -62,7 +68,8 @@ Download : [FanCtrl_v1.1.8a.zip][10] [7]: https://www.newtonsoft.com/json [8]: http://zedgraph.sourceforge.net/samples.html [9]: https://github.com/lich426/FanCtrl/blob/master/LICENSE -[10]: https://github.com/lich426/FanCtrl/raw/master/Portable/FanCtrl_v1.1.8a.zip +[10]: https://github.com/lich426/FanCtrl/raw/master/Portable/FanCtrl_v1.1.9.zip [11]: https://github.com/lich426/FanCtrl/blob/master/Packet/X2.txt [12]: https://github.com/lich426/FanCtrl/blob/master/Packet/X3.txt [13]: https://github.com/lich426/FanCtrl/blob/master/Packet/clc.txt +[14]: https://github.com/lich426/FanCtrl/blob/master/Packet/RGBnFC.txt