WARNING: i'm not responsible for any damage to your equipment. If anything get stuck your best option is to turn off your pc and disconnect it from power for a minute or two before restarting it.
- Configuration:
- SignalRGB configuration
- Webinterface/Electron app for complete configuration
- Stats sources:
- AIO itsels
- CPU Usage
- LibreHardwareMonitor
- AIDA ?
- Background:
- SignalRGB
- Static image
- Single Gif
- Gif/Static slideshow
- Overlay:
- Temperature metric
- Other devices temperatures / stats
- Static circle
- Other static shapes / Generic PNG
- Spinner based on metrics
- Static text
- Dynamic text
- Clock
- Music ticket
- Devices:
- NZXT Kraken 2023 Elite
- NZXT Kraken 2023
- NZXT Kraken Z3
- Corsair Capellix
- Suggest a device by raising an Issue !
Check this youtube video to see latest status of SignalRGB integration:
Download latest executable from github releases run it and restart signalrgb. The app adds an icon to the systray that can be left clicked
You must have python 3.11 and rust installed in your system
checkout the repository or download the latest code and install python dependencies
pip install -r requirements.txt --upgrade
build and install the q565 image compressor using rust
maturin build --release
pip install ./target/wheels/q565_rust-0.1.0-cp311-none-win_amd64.whl --force-reinstall
Ensure NZXT CAM / Other proprietary software is closed and start one of the available functions:
Writes a gif (static or animated) to the device
python writeGif.py path/to/your/file.gif
Simple animation with frames generated in realtime:
python rotating.py
Captures an area of your screen and renders it in the kraken elit lcd
python screencap.py
Receives a canvas section from signalRGB, adds temperature infos and display it on the device
python signalrgb.py
Remote desktop icons created by fzyn - Flaticon https://www.flaticon.com/free-icons/remote-desktop" Kraken device images taken from NZXT website
MIT License
Copyright (c) 2023 Marco Massarotto
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.