#rgb #液体 #监控 #海盗船 #json 格式 #冷却

bin+lib liquidrust

一个简单的 Rust 应用程序,用于显示信息并为海盗船 H115i RGB PRO XT AIO 设置 RGB 颜色。

4 个版本

新版本 0.2.1 2024 年 8 月 24 日
0.2.0 2024 年 8 月 24 日
0.0.9 2024 年 8 月 24 日
0.0.8 2024 年 8 月 15 日

#345硬件支持

Download history 91/week @ 2024-08-12

91 每月下载次数

MIT 许可证

16KB
379

liquidrust

一个简单的 Rust 应用程序,用于显示信息并为海盗船 H115i RGB PRO XT AIO 设置 RGB 颜色。

安装

cargo install liquidrust

使用方法

liquidrust --info # display information about the device, also default output

liquidrust --json # display information about the device in json format

liquidrust --json | jq -r '"\(.liquid_temperature.value)\(.liquid_temperature.units)"' # display liquid temperature

liquidrust --color 00FF00 # set green color for all leds

liquidrust -a FF0000 -b 00FF00 # gradient from red to green

liquidrust --rainbow # rainbow effect

liquidrust --pump balanced # set pump mode (possible modes: quiet, balanced, extreme)

有错误吗?

在此处报告它们: https://github.com/EriksRemess/liquidrust/issues

设备上 LED 的映射方式

{
    { NA,  11,  12,  13,  NA },
    { 10,  NA,  1,   NA,  14 },
    { 9,   0,   NA,  2,   15 },
    { 8,   NA,  3,   NA,   4 },
    { NA,  7,   6,   5,   NA }
}

https://github.com/liquidctl/liquidctl/blob/main/liquidctl/driver/hydro_platinum.py

https://gitlab.com/CalcProgrammer1/OpenRGB/-/tree/master/Controllers/CorsairHydroPlatinumController

依赖项

~4–16MB
~164K SLoC