issues
search
gbfans
/
afterlife-lightkit
This is the code repository for the Afterlife Light Kit, coming soon!
GNU General Public License v3.0
1
stars
0
forks
source link
WIP of Light Presets feature
#21
Closed
prodestrian
closed
1 year ago
prodestrian
commented
1 year ago
Refactor
config.json
to new format
Update LED color syntax from RGB to Hex codes
Add new helper methods to extract LED Strip settings from JSON
Add support for dynamic effect modes
Remove unused properties on FX class
Add new
FX::changeSpeedFrom
method to set speed changes all at once
Namespace enums to prevent conflicts (eg
EFFECT_*
,
PACK_*
)
Update Structures to match final schema
config.json
to new formatFX::changeSpeedFrom
method to set speed changes all at onceEFFECT_*
,PACK_*
)