Adam Honse
f75cc9087b
RGBController API Overhaul
...
* Reorganize and clean up RGBController API functions
* Add functions to get protected RGBController member values
* Make NetworkClient, ProfileManager, and ResourceManager friend classes so they can access protected members
* Protected previously-public RGBController members
* Information strings (name, vendor, description, version, serial location)
* Device type
* Active mode
* Flags
* LEDs vector
* LED alternate names vector
* Modes vector
* Colors vector
* Zones vector
* Add CONTROLLER_FLAG_HIDDEN to allow plugins to hide controllers from control GUI
* Add update reason codes to RGBController update callback and signal updates on more RGBController events
* Add loop zone types and segmented zone type
* Add matrix map field to segments
2025-12-24 02:20:01 -06:00
Adam Honse
e631ca9f11
Add missing 0x08 LED in AMD Wraith Prism ring
2025-12-19 16:04:55 -06:00
Adam Honse
c71cc4f18a
Change SPDX license identifier from GPL 2.0 only to GPL 2.0 or later, as the original LICENSE file includes an or later clause at the end so the file headers were incorrect
2025-09-28 00:47:08 -05:00
Adam Honse
30acbb10f7
Update more controller files' header comments to new standardized format
2024-05-08 20:51:16 -05:00
Adam Honse
b6d5c64c5b
Formatting and organizational cleanup for controllers beginning with A
2024-04-30 23:45:41 -05:00
Adam Honse
be90537d10
Fix warnings
2022-11-27 02:52:39 -06:00
Adam Honse
0d545fa9e3
Reverse order of LEDs in ring zone
2022-11-12 21:56:03 -06:00
Adam Honse
ecc837b565
Get both direct and effect modes working together
2022-11-13 02:58:55 +00:00
Adam Honse
b760ffc085
Implement direct mode for AMD Wraith Prism, other functionality is removed for now
2022-11-13 02:58:55 +00:00
Adam Honse
eab96d1b36
Remove SetCustomMode from all controllers beginning with the letter A
2022-08-09 22:58:40 -05:00
Chris
8f8764232e
Adding Legend to Suported Devices
...
+ Adding 🤖 symbol for Automatic saving
+ Changing ⚠️ to 🚨 for better visibility
+ Adding :tools: symbol to mean `partial support`
+ Adding ⭕ symbol to mean not currently implemented by OpenRGB
2022-06-21 16:37:20 +00:00
Chris
524675108d
Automatic generation of markdown pages for supported devices
...
+ Added build-supported-devices.sh script
+ Added new target in CI/CD to build at compile time
2022-05-30 13:30:44 +10:00
Chris
2db2b1dd2f
Alinging Wraith Prism mode names to "Common Modes" convention
...
* As per mode names in https://gitlab.com/CalcProgrammer1/OpenRGB/-/wikis/Common-Modes
2022-05-07 12:05:12 +10:00
Chris
bc10e3f772
Automatic generation of udev rules for supported devices
...
+ Added build-udev-rules.sh script
+ Added new custom target in Linux section of .pro to accommodate new rules location
2022-04-17 12:31:02 +10:00
Adam Honse
7d34e27019
Code cleanup, mostly updating name of controller pointer in RGBController classes for consistency
2022-01-17 19:27:50 -06:00
Chris
d913707258
Adding brightness to the AMD Wraith Prism Controller
...
Commit amended to fix brightness issue by Adam Honse <calcprogrammer1@gmail.com >
2021-08-22 20:37:11 -05:00
morg
dba814215d
Fixing memory leaks in controllers
2021-02-05 16:25:46 +01:00
Adam Honse
4b5d66ee12
Don't use HID serial string for Wraith Prism as mine reads inconsistently
2020-12-05 03:23:20 -06:00
Adam Honse
d19baf1365
Fill in serial field for all HID controllers using hidapi
2020-12-03 00:01:42 -06:00
Adam Honse
09a9a5c257
Add vendor string to RGBController API and update all controllers with vendor information, add vendor to device information page
2020-12-01 19:24:52 -06:00
Adam Honse
4df557391a
Use HID path for Location on AMD Wraith Prism controller
2020-10-02 20:56:49 -05:00
Adam Honse
f3ccaf1a2b
Move RGBController files for device controllers into the Controllers directory
2020-09-29 20:54:04 +00:00