From 54a0c9a46ed69ffb88ed22cf78731b4198b16321 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Sun, 13 Dec 2020 23:57:57 +0100 Subject: [PATCH] Increase fps of the visualizer to 30 --- src/screens/visualizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/visualizer.cpp b/src/screens/visualizer.cpp index 2470a4bf..933cfe67 100644 --- a/src/screens/visualizer.cpp +++ b/src/screens/visualizer.cpp @@ -52,7 +52,7 @@ Visualizer *myVisualizer; namespace { -const int fps = 25; +const int fps = 30; const uint32_t MIN_DFT_SIZE = 14; // toColor: a scaling function for coloring. For numbers 0 to max this function