-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dllexp_GetMaxDivision fails on AB350-Gaming 3 motherboard #30
Comments
@MichaelXF, could you export your LED setting XML (on the Advanced tab of Gigabyte's RGB Fusion tool). I think we can use that to edit |
I exported 2 color profiles:
|
Interesting! Only 2 zones. I'm thinking you might be able to edit the ini file. If you have the B17.0926.1 SDK try adding the following before [MBId_101]
;; Test 1
LFType_1=1,1
;; Test 2
LFType_2=1,1
;; Test 3
LFType_3=1,1
;; Test 4
LFType_4=1,1
;; Test 5
LFType_5=1,1 If you're using the B18.0206.1 SDK then use I've only played with this a little, so it's a bit of a long shot. |
I'm currently away from my computer, but I'm very eager to try this. |
Have you had a chance to reach out to Gigabyte? It seems in issue #31 the board wasn't supported by the SDK :(. |
I just sent my own ticket about this issue. It's unbelievable how Gigabyte misleads their customers. |
Is there any update on this? It was a while ago, could it be supported in their SDK now? I would like to even just be able to turn on and off the leds. |
They did release a new version (2019-03-11) of the SDK but from a diff of It seems it'll be on Gigabyte to add support or someone to figure out how to talk to the board without using Gigabyte's SDK to add support for these boards. There's a possibility there's something in the peripheral SDK to support these boards, but I don't have one to test with. |
dllexp_GetMaxDivision
returns0xFFFFFFFF
when the tool is run for any setting on the AB350-Gaming 3 motherboard. Full exception is as follows for v0.9.1:Initially reported in issue #10 (comment).
The text was updated successfully, but these errors were encountered: