mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
led device cleanup, bug fix and schemas (#304)
* sk6812SPI was buggy cleaned up code - make sk6812spi and ws2812spi more consistent * led device schema updates
This commit is contained in:
@@ -35,5 +35,7 @@ private:
|
||||
///
|
||||
virtual int write(const std::vector<ColorRgb> &ledValues);
|
||||
|
||||
const int SPI_BYTES_PER_COLOUR;
|
||||
|
||||
uint8_t bitpair_to_byte[4];
|
||||
};
|
||||
|
Reference in New Issue
Block a user