Increase fps of the visualizer to 30

master
Andrzej Rybczak 5 years ago
parent 9b49acba56
commit 54a0c9a46e
  1. 2
      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

Loading…
Cancel
Save