Updated pattern editor screen, fixed some minor bugs

This commit is contained in:
2023-08-03 21:36:08 +03:00
parent d8398eb986
commit 4c6c68e260
3 changed files with 17 additions and 6 deletions

View File

@ -72,7 +72,7 @@ byte currentStep = 0;
byte stepNumSelected = 0;
bool *patternToEdit;
byte memCode = 'a'; //Change to different letter if you changed the data structure
byte memCode = 'A'; //Change to different letter if you changed the data structure
unsigned int channelPulseCount[6];
unsigned int channelPulsesPerCycle[6];