-
Hello all, I'm trying to add some functionality to the slash lighting for the 2024 models. However, I'm having some trouble understanding the structure and was wondering if there are any resources or files I can get pointed towards to start working on this. Specifically:
For those curious, I'm trying to add two main things:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@lgarlati hello,
I don't have a device by myself. But most probably each 4 bits (i.e. 1 letter) in a payload
I build via VS GUI directly . But you can find build params for command line in github actions
I does, but I try to keep things simple and unified with Anime Matrix controls (that support only 3).
You get it from windows WMI
What is the practical purpose of this ? Sash consumes battery power :) that's why both Anime Matrix and Slash Lighting control has an option to turn it off completely.
You can control Slash Brightness with similar hotkeys to brightness already
|
Beta Was this translation helpful? Give feedback.
@lgarlati hello,
I don't have a device by myself. But most probably each 4 bits (i.e. 1 letter) in a payload
"FF-FF-FF-FF-FF-FF-FF"
is a brightness of a couple of LEDsI build via VS GUI directly . But you can find build params for command line in github actions
https://github.com/seerge/g-helper/blob/main/.github/workflows/release.yml
I does, but I try to keep things simple and unified with Anime Matrix controls (that support only…