Menu Navigation - Long-Press Speed Ramping (#238)

Exponential button acceleration from @jonnieZG
This commit is contained in:
jonnieZG
2018-03-18 21:22:42 +01:00
committed by Ben V. Brown
parent fb6981dbe3
commit 96ab173c4b
2 changed files with 25 additions and 3 deletions

View File

@@ -11,6 +11,11 @@
#include "Settings.h"
#include "hardware.h"
#define PRESS_ACCEL_STEP 3
#define PRESS_ACCEL_INTERVAL_MIN 10
#define PRESS_ACCEL_INTERVAL_MAX 30
//GUI holds the menu structure and all its methods for the menu itself
//Declarations for all the methods for the settings menu (at end of this file)