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
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
0eb34eec25
Store name in LEDStripController to avoid setting it in detector
2025-08-11 20:23:07 -05:00
morg
ab7e281c1c
Adds a few checks before trying to init a serial device. Closes #2247
2024-11-02 17:32:17 +00:00
Dmitry Kychanov
300abac9a8
Removed unused includes
2024-10-15 00:24:32 +00:00
Adam Honse
8b0b5bc526
Update LED strip controller files to new standardized header comment
2024-05-25 12:12:20 -05:00
Adam Honse
ba57bad361
Even more warning fixes
2024-04-29 19:57:57 -05:00
Adam Honse
92f0720639
Remove RGB controllers argument from standard detector
2023-01-26 20:36:02 -06:00
Adam Honse
060567548f
Use RegisterRGBController for standard detectors
2023-01-26 20:35:52 -06:00
Adam Honse
428692fa3a
Basic i2c
2022-11-27 23:15:53 +00:00
Adam Honse
6f1e76c8b1
Remove SetCustomMode from all controllers beginning with the letter L
2022-08-14 13:24:38 -05: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
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
f1ed2abe53
Code cleanup round 6
2022-01-19 23:08:29 -06:00
Adam Honse
221e332440
Add settings tab for configuring serial LED strip devices. Add the ability to name them.
2021-07-24 02:27:14 -05:00
Adam Honse
429068760d
Fix more warnings
2021-04-30 10:56:40 -05:00
morg
dba814215d
Fixing memory leaks in controllers
2021-02-05 16:25:46 +01:00
Adam Honse
48125a38a2
Add Adalight protocol support to LED Strip controller
2021-01-15 00:08:33 -06:00
Adam Honse
524fefc7d5
Clean up Keyboard Visualizer protocol code
2021-01-14 17:28:42 -06:00
Adam Honse
ae5143a520
Update description of LEDStrip since it now supports multiple protocols
2021-01-14 17:04:22 -06:00
Adam Honse
5503560775
Add TPM2 protocol support for LED Strip controller
2021-01-14 17:00:07 -06:00
Adam Honse
f70c9cc63e
Remove Setting_ prefix from all settings keys
2020-12-03 12:02:15 -06:00
Adam Honse
210591aa39
Add COM:, UDP:, and TCP: prefixes to location string for Espurna, LED Strip, and NZXT Hue Plus controllers
2020-12-02 19:29:44 -06:00
Adam Honse
a2f348a245
Don't flush COM port after write in LED Strip controller
2020-11-30 16:55:01 -06:00
Adam Honse
73efb1735f
Rework LED Strip detection to use Settings Manager
2020-11-10 15:49:55 -06:00
Adam Honse
f3ccaf1a2b
Move RGBController files for device controllers into the Controllers directory
2020-09-29 20:54:04 +00:00
Adam Honse
1f1548929d
Use working directory for all file accesses, some old file accesses always used the executable directory
2020-09-06 12:56:20 -05:00
Adam Honse
f716a05947
Add detector names and display them in the progress bar
2020-08-07 14:01:59 -05:00
pobrn
ddc69778dc
Modular detection system with resource manager.
...
Includes pull request !87 with modifications by Adam Honse (calcprogrammer1@gmail.com ).
2020-08-05 00:23:34 -05:00
Adam Honse
557c9df9a0
Rewrite OpenRazer support to use static constant device mapping table instead of big switch/case. Add support for some extra Razer devices. Use "ledstrip.txt" for LED strip settings
2019-10-26 18:21:02 -05:00
Adam Honse
68b0dc9e2e
Fix LED Strips on Windows
2019-09-03 20:29:32 -05:00
Adam Honse
a8c83e5688
Add interface for NZXT Hue+ based on KeyboardVisualizer code and add support for UDP LED strips. Clean up LEDStrip code.
2019-08-28 12:25:49 -05:00
Adam Honse
5bc80cce96
Get reorganized code building on Windows
2019-08-22 21:07:13 -05:00
Adam Honse
155ad165b1
Reorganization! Move all controllers into their own folders, move all RGBController wrappers into one folder, move i2c_smbus and serial_port dependencies into folders, and move main application/UI stuff into folders. Should help lead into creating a proper library
2019-08-22 18:43:17 -05:00