openrgb:asus_rog_arion

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

Branch merges

Branch information

Name:
asus_rog_arion
Repository:
lp:openrgb

Recent commits

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.

fa52f4d... by Armin Wolf <email address hidden>

Disable input and output processing on Unix serial ports

Disabling output processing is necessary since otherwise
sending a LF character (ASCII 0x0A) will automatically insert
a CR character (ASCII 0x0D).
Disabling input processing should prevent this when
receiving data.

0279aaf... by Armin Wolf <email address hidden>

Allow for setting DTR on a serial port