openrgb:nzxt_f140_0x18

Last commit made on 2023-09-19
Get this branch:
git clone -b nzxt_f140_0x18 https://git.launchpad.net/openrgb

Branch merges

Branch information

Name:
nzxt_f140_0x18
Repository:
lp:openrgb

Recent commits

85d6225... by Adam Honse

Add NZXT F140 RGB fan (140mm) device with ID 0x18

0cebf42... by Codename-Antares <email address hidden>

Initial Commit for MSI RTX 3060 Ti Gaming X

340083b... by Adam Honse

Initial commit for ASUS ROG Arion external NVMe SSD enclosure

30b12c6... by =?utf-8?q?Ilkka_Jylh=C3=A4?= <email address hidden>

Initial commit for ASUS ROG Strix NVIDIA GeForce RTX 3090 OC EVA EDITION

3199f33... by =?utf-8?q?Ilkka_Jylh=C3=A4?= <email address hidden>

Initial commit for Asus TUF RTX 3080 V2 10GB

af673e7... by Chris M <email address hidden>

Fix missing include in Arctic controller from 4e14f035

* Missing standard library `algorithm` preventing Windows CI/CD builds
from completing.

d16ec6f... by =?utf-8?q?Ilkka_Jylh=C3=A4?= <email address hidden>

Initial commit for Asus TUF Gaming Geforce RTX 4060 Ti OC

2799e94... by =?utf-8?q?Ilkka_Jylh=C3=A4?= <email address hidden>

Initial commit for ASUS TUF Gaming Radeon RX 7800 XT

53d2321... by Adam Honse

Fix issue in ArcticController where it was trying to create a variable-length buffer and breaking Windows build

4e14f03... by Armin Wolf <email address hidden>

Add support for Arctic RGB Controller

The Arctic RGB controller support 4 RGB channel and can be controlled
over a CH341 USB-to-serial chip. The controller support two commands,
one for identifying the controller on a serial port and one for setting
the RGB values for each RGB channel. Since the controllers disables the
RGB channels after ~1s, a keepalive thread is used.