Drop updateFrequency to 50 cycles

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/389/head
Gergely Nagy 8 years ago
parent 9aced5ccbd
commit e183d12c2d

@ -22,7 +22,7 @@ namespace Akela {
static uint8_t heatmap[ROWS][COLS];
static uint16_t totalKeys;
static uint8_t highestCount;
static uint16_t updateFrequency = 500;
static uint16_t updateFrequency = 50;
static uint16_t loopCount;
static const float heatColors[][3] = {{0.0, 0.0, 0.0}, {0.1, 1, 0.1}, {1, 1, 0.1}, {1, 0.1, 0.1}};

Loading…
Cancel
Save