Changed default ws2812 freq to 800khz
This commit is contained in:
parent
7496e8c8ba
commit
681edd255b
|
@ -29,7 +29,7 @@ namespace plasma {
|
|||
public:
|
||||
static const uint SERIAL_FREQ_400KHZ = 400000;
|
||||
static const uint SERIAL_FREQ_800KHZ = 800000;
|
||||
static const uint DEFAULT_SERIAL_FREQ = SERIAL_FREQ_400KHZ;
|
||||
static const uint DEFAULT_SERIAL_FREQ = SERIAL_FREQ_800KHZ;
|
||||
enum class COLOR_ORDER {
|
||||
RGB,
|
||||
RBG,
|
||||
|
|
Loading…
Reference in New Issue