Add EVGA CLC liquid cooler controller (Asetek 690LC)#81
Open
UltronOfSpace wants to merge 1 commit intoCalcProgrammer1:masterfrom
Open
Add EVGA CLC liquid cooler controller (Asetek 690LC)#81UltronOfSpace wants to merge 1 commit intoCalcProgrammer1:masterfrom
UltronOfSpace wants to merge 1 commit intoCalcProgrammer1:masterfrom
Conversation
Add support for EVGA CLC 120/240/280/360 liquid coolers using the Asetek 690LC platform (USB VID 0x2433, PID 0xB200). Features: - Fixed color (Direct mode) - Fading between two colors - Blinking with configurable speed - Rainbow mode (EVGA-specific, 6 speed levels) - Per-device color calibration via OpenRGB.json The EVGA CLC pump head LED uses a warm phosphor that skews yellow on white. Default calibration (R:20%, G:20%, B:100%) compensates for this. Users can adjust via OpenRGB.json under "EVGA CLC" > "Calibration" > R_Scale/G_Scale/B_Scale (0-100). Protocol based on liquidctl's Asetek 690LC documentation: https://github.com/liquidctl/liquidctl Tested on EVGA CLC 280 with Windows 11. Requires WinUSB driver (installable via Zadig) to replace the default Asetek CCVI driver.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
0x2433, PID0xB200)R_Scale,G_Scale,B_Scalevalues 0-100)Files added
Device details
0x2433(Asetek), PID0xB2000x10(runtime config),0x14(firmware/status),0x23(rainbow speed)0x02, Read0x82Color calibration
The EVGA CLC pump LED has a warm phosphor bias. Default calibration (R:20%, G:20%, B:100%) compensates so white matches typical GPU LEDs. Users can adjust in
OpenRGB.json:Test plan
Windows note
Requires WinUSB driver installed via Zadig to replace the default Asetek CCVI driver. The device appears as "690LC" in Zadig.
References