kraken3: fix incorrect references to OLED, replacing with LCD

This commit is contained in:
Jonas Malaco 2021-04-16 13:25:03 -03:00
parent f4f6a6d9a0
commit e22b93442b
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Fourth-generation NZXT liquid coolers
_Driver API and source code available in [`liquidctl.driver.kraken3`](../liquidctl/driver/kraken3.py)._
The fourth-generation of NZXT Kraken coolers is composed by X models—featuring the familiar infinity mirror—and Z models—replacing the infinity mirror with an OLED screen.
The fourth-generation of NZXT Kraken coolers is composed by X models—featuring the familiar infinity mirror—and Z models—replacing the infinity mirror with an LCD screen.
Both X and Z models house seventh-generation Asetek pump designs, plus secondary PCBs from NZXT for enhanced control and visual customization. The coolers are powered directly from the power supply unit.
@ -17,11 +17,11 @@ All capabilities available at the hardware level are supported, but other featur
## NZXT Kraken Z53, Z63, Z73
The most notable difference between Kraken X and Kraken Z models is the replacement of the infinity mirror by a OLED screen.
The most notable difference between Kraken X and Kraken Z models is the replacement of the infinity mirror by a LCD screen.
In addition to this, Kraken Z coolers restore the embedded fan controller that is missing from the current Kraken X models.
The OLED screen cannot yet be controlled with liquidctl, but all other hardware capabilities are supported.
The LCD screen cannot yet be controlled with liquidctl, but all other hardware capabilities are supported.
## Initialization
@ -157,6 +157,6 @@ they will be removed in a future version and are kept for now for backward compa
| `backwards-super-rainbow` | None | ✓ |
| `backwards-rainbow-pulse` | None | ✓ |
## The OLED screen (only Z models)
## The LCD screen (only Z models)
To be implemented.

View File

@ -3,7 +3,7 @@
Supported devices:
- NZXT Kraken X (X53, X63 and Z73)
- NZXT Kraken Z (Z53, Z63 and Z73); no OLED screen control yet
- NZXT Kraken Z (Z53, Z63 and Z73); no LCD screen control yet
Copyright (C) 20202021 Tom Frey, Jonas Malaco and contributors
SPDX-License-Identifier: GPL-3.0-or-later