|
|
|
@ -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 |
|
|
|
|