Artemis-RGB / Artemis.Plugins

Repository containing official Artemis plugins
Other
30 stars 38 forks source link

Asus: Added layout, image for ROG Strix G15 (2021) #177

Closed DragRedSim closed 1 year ago

DragRedSim commented 1 year ago

-This is a laptop with an RGB keyboard and an LED strip around the base --Both are exposed by the Aura SDK as a single device

-This relies on upstream changes to the RGB.NET library to map LEDs; PR has been submitted there --Reference: https://github.com/DarthAffe/RGB.NET/pull/319

This is currently in use on my device, and is working on all LEDs, albeit using a custom build of the RGB.NET library to allow the LEDs to be exposed; without an update to that library with the additional code, none of the following LEDs will work:

DragRedSim commented 1 year ago

The upstream changes I requested haven’t gone through yet, so this will not be usable directly at this point. When they do, and this is updated to use a new upstream version of RGB.NET, support will come in then. The Asus plug-in will not show buttons/LEDs that it cannot map against RGB.NET.

https://github.com/Artemis-RGB/Artemis.Plugins/blob/fc4526951614f241fb0bbe98048595639c035c6a/src/Devices/Artemis.Plugins.Devices.Asus/AsusDeviceProvider.cs#L22