From d5074129f5661a7a39193d6d27672cd1b75e8718 Mon Sep 17 00:00:00 2001 From: Alex Voinea Date: Sat, 30 Sep 2023 12:29:39 +0200 Subject: [PATCH] Fix MMU error message character --- Firmware/mmu2/errors_list.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Firmware/mmu2/errors_list.h b/Firmware/mmu2/errors_list.h index f0d348451..6ad4d35e9 100644 --- a/Firmware/mmu2/errors_list.h +++ b/Firmware/mmu2/errors_list.h @@ -4,6 +4,7 @@ #pragma once #include "inttypes.h" #include "../language.h" +#include "../lcd.h" #include #include "buttons.h" #include "../strlen_cx.h" @@ -358,7 +359,7 @@ static const char MSG_BTN_EJECT[] PROGMEM_I1 = ISTR("Eject"); ////MSG_BTN_EJECT //static const char MSG_BTN_TUNE_MMU[] PROGMEM_I1 = ISTR("Tune"); //Reuse MSG_TUNE c=8 static const char MSG_BTN_STOP[] PROGMEM_I1 = ISTR("Stop"); ////MSG_BTN_STOP c=8 static const char MSG_BTN_DISABLE_MMU[] PROGMEM_I1 = ISTR("Disable"); ////MSG_BTN_DISABLE_MMU c=8 -static const char MSG_BTN_MORE[] PROGMEM_N1 = "\x06"; +static const char MSG_BTN_MORE[] PROGMEM_N1 = LCD_STR_ARROW_2_DOWN; // Used to parse the buttons from Btns(). static const char * const btnOperation[] PROGMEM = {