Rewrote the class to make it work with apa102 led strips

Former-commit-id: 9f63b95fb635b15e550d9368c7c8dbc632572bc5
This commit is contained in:
wayland
2014-12-11 13:48:14 +01:00
parent a4bcdcc10a
commit 63d0f6652e
2 changed files with 16 additions and 20 deletions

View File

@@ -36,6 +36,7 @@ public:
private:
/// the number of leds (needed when switching off)
size_t mLedCount;
/// The buffer containing the packed RGB values
std::vector<uint8_t> _ledBuffer;
};