APA102 device for use with Adalight (nominaly for ws2801)

Former-commit-id: 7fb9e8e84518be9387ea9feca11e93a8a5389e4f
This commit is contained in:
tociek
2015-10-13 19:11:01 +02:00
parent 4fe01a6613
commit 33edcddb1b
4 changed files with 51 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ private slots:
/// Write the last data to the leds again
void rewriteLeds();
private:
protected:
/// The buffer containing the packed RGB values
std::vector<uint8_t> _ledBuffer;