Use DMI information to set inversion flag for MSI-RGB motherboards
Let's build a list of all MSI-RGB motherboards that have inverted colors and a list of their DMI information strings. We can use @Dr_No's DMI information code to get the DMI (board information) strings and create a list of boards to check against. These boards will then somehow invert the colors (whether this is setting an invert bit on the Super-IO or just mathematically inverting the RGB values before writing them).
Known boards:
- MSI B450 Tomahawk (#452 (comment 385495579))
- MSI B450 Tomahawk Max (#203 (closed))
- MSI B450M MORTAR (#203 (comment 322054840))
- MSI B450M MORTAR TITANIUM (#203 (comment 322054840))
- MSI B450M BAZOOKA PLUS (#203 (comment 322054840))
- MSI B360 Gaming Plus (#289 (closed))
Just because we have the board names doesn't mean we have the exact DMI information strings so we will need a way to get those.
Edited by Adam Honse