Added empty (for now) settings screen

This commit is contained in:
2023-08-05 00:40:44 +03:00
parent c5a252cb34
commit cdb4cb58a2
3 changed files with 29 additions and 13 deletions

View File

@ -25,8 +25,8 @@
#define ANALOGUE_INPUT_2_PIN A6
const byte outsPins[6] = { 7, 8, 10, 6, 9, 11 };
int CV1Calibration;
int CV2Calibration;
int CV1Calibration = 0;
int CV2Calibration = 0;
const int subDivs[17] = { -24, -12, -8, -6, -4, -3, -2, 1, 2, 3, 4, 5, 6, 7, 8, 16, 32 }; //positive - divide, negative - multiply, 0 - off
@ -115,7 +115,7 @@ unsigned long playPressedTime;
unsigned long playReleasedTime;
unsigned long shiftPressedTime;
unsigned long shiftReleasedTime;
bool encPressRegistered;
bool encBtnPushed;
//unsigned long lastInteractionTime; // used for display timeout