Only optical changes for code.

pull/112/head
Holger Wirtz 3 years ago
parent 1938e987a5
commit 07f176f49c
  1. 1
      MicroDexed.ino
  2. 5
      UI.hpp

@ -98,7 +98,6 @@ AudioMixer<4> audio_thru_mixer_l;
// Drumset
#if NUM_DRUMS > 0
//AudioPlayMemory* Drum[NUM_DRUMS];
AudioPlayArrayResmp* Drum[NUM_DRUMS];
AudioMixer<NUM_DRUMS> drum_mixer_r;
AudioMixer<NUM_DRUMS> drum_mixer_l;

@ -523,7 +523,6 @@ class EncoderDirection
bool down;
};
//Encoder ENCODER[NUM_ENCODER] = {Encoder(ENC_R_PIN_B, ENC_R_PIN_A), Encoder(ENC_L_PIN_B, ENC_L_PIN_A)};
MD_REncoder ENCODER[NUM_ENCODER] = {MD_REncoder(ENC_R_PIN_B, ENC_R_PIN_A), MD_REncoder(ENC_L_PIN_B, ENC_L_PIN_A)};
EncoderDirection encoderDir[NUM_ENCODER];
@ -626,10 +625,6 @@ void setup_ui(void)
lcd_special_chars(SCROLLBAR);
// LCDMenuLib Setup
LCDML_setup(_LCDML_DISP_cnt);
// Enable Menu Rollover
//LCDML.MENU_enRollover();
// Enable Screensaver (screensaver menu function, time to activate in ms)
//LCDML.SCREEN_enable(UI_func_voice_select, VOICE_SELECTION_MS);
}
#ifdef DEBUG

Loading…
Cancel
Save