openrgb:profile_devel

Last commit made on 2020-02-27
Get this branch:
git clone -b profile_devel https://git.launchpad.net/openrgb

Branch merges

Branch information

Name:
profile_devel
Repository:
lp:openrgb

Recent commits

b3b2a9f... by Adam Honse

Don't update devices if the profile could not be loaded

36d36fa... by Adam Honse

Populate profile list with .orp files and load profile selected in list

d330dc0... by Adam Honse

Add dialog to name profile. Save all controllers to a single file. Add a file header with version number and use extension .orp for OpenRgb Profile

369e568... by Adam Honse

Set colors when updating mode

25c829a... by Adam Honse

Profile save and load test

f844c2f... by Adam Honse

Add functions to get/set RGBController parameters to/from a binary data buffer. Add a dummy RGBController object to load data into.

f704198... by Adam Honse

Fix off-by-one errors in Aura RAM address assignment

71c650c... by Stefan Reiter <email address hidden>

Add cli.cpp and make it build at least

Not confirmed working as of yet, but at least it builds and
--list-devices works.

Code originally taken from Sam Lewis (@sam-masaki on gitlab.com), see:
https://gitlab.com/CalcProgrammer1/OpenRGB/-/merge_requests/9

3c6ac31... by Stefan Reiter <email address hidden>

Introduce device_type_to_str

20a99ef... by Stefan Reiter <email address hidden>

Append LED number to Aura devices' LEDs

Makes identifying them easier then just 'Unknown' 8 times in a row.