Changed default ws2812 freq to 800khz

This commit is contained in:
ZodiusInfuser 2021-08-19 15:36:25 +01:00
parent 7496e8c8ba
commit 681edd255b
1 changed files with 1 additions and 1 deletions

View File

@ -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,