From 681edd255b47a2729633c0fdf6ea6c22daf4a6e3 Mon Sep 17 00:00:00 2001 From: ZodiusInfuser Date: Thu, 19 Aug 2021 15:36:25 +0100 Subject: [PATCH] Changed default ws2812 freq to 800khz --- drivers/plasma/ws2812.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/plasma/ws2812.hpp b/drivers/plasma/ws2812.hpp index 4067dccb..3da8722a 100644 --- a/drivers/plasma/ws2812.hpp +++ b/drivers/plasma/ws2812.hpp @@ -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,