Add widget that displays the current color of all LEDs on a controller
This commit is contained in:
parent
38f8808bea
commit
17f1390f36
5 changed files with 187 additions and 2 deletions
|
|
@ -108,6 +108,7 @@ HEADERS += \
|
|||
i2c_smbus/i2c_smbus.h \
|
||||
i2c_tools/i2c_tools.h \
|
||||
net_port/net_port.h \
|
||||
qt/DeviceView.h \
|
||||
qt/OpenRGBDialog2.h \
|
||||
qt/OpenRGBProfileSaveDialog.h \
|
||||
qt/OpenRGBServerInfoPage.h \
|
||||
|
|
@ -246,6 +247,7 @@ SOURCES += \
|
|||
i2c_smbus/i2c_smbus.cpp \
|
||||
i2c_tools/i2c_tools.cpp \
|
||||
net_port/net_port.cpp \
|
||||
qt/DeviceView.cpp \
|
||||
qt/OpenRGBDialog2.cpp \
|
||||
qt/OpenRGBProfileSaveDialog.cpp \
|
||||
qt/OpenRGBServerInfoPage.cpp \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue