Fixes for the iCON Qcon mcp device - LED rings. Submitted by Michal Barhon : mbarhon@seznam.cz

This commit is contained in:
Ben Loftis 2018-02-02 09:26:17 -06:00
parent 16a5e3ce55
commit 3aacdd79ae
6 changed files with 64 additions and 13 deletions

View file

@ -50,6 +50,9 @@ public:
static Control* factory (Surface&, int id, const char*, Group&);
// qcon flag
bool is_qcon;
private:
LedState state;
};