diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index cca39f1..980bd99 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -1230,7 +1230,7 @@ void loop() { tftPrint(-1, "50", 84, 144, ActiveColor, ActiveColorSmooth, 16); tftPrint(-1, "70", 114, 144, ActiveColor, ActiveColorSmooth, 16); tftPrint(-1, "100", 160, 144, ActiveColor, ActiveColorSmooth, 16); - tftPrint(0, "M", 7, 128, ActiveColor, ActiveColorSmooth, 16); + tftPrint(0, "A", 7, 128, ActiveColor, ActiveColorSmooth, 16); for (byte segments = 0; segments < 94; segments++) { if (segments > 54) { if (((segments - 53) % 10) == 0) tft.fillRect(16 + (2 * segments), 141, 2, 2, BarSignificantColor); @@ -1269,7 +1269,7 @@ void loop() { tftPrint(-1, "50", 84, 144, GreyoutColor, BackgroundColor, 16); tftPrint(-1, "70", 114, 144, GreyoutColor, BackgroundColor, 16); tftPrint(-1, "100", 160, 144, GreyoutColor, BackgroundColor, 16); - tftPrint(0, "M", 7, 128, GreyoutColor, BackgroundColor, 16); + tftPrint(0, "A", 7, 128, GreyoutColor, BackgroundColor, 16); tft.fillRect(16, 133, 187, 6, GreyoutColor); } if (radio.rds.region == 0) { diff --git a/src/gui.cpp b/src/gui.cpp index 4b510b3..f8a1600 100644 --- a/src/gui.cpp +++ b/src/gui.cpp @@ -3035,14 +3035,14 @@ void BuildDisplay() { tftPrint(-1, "+30", 160, 115, ActiveColor, ActiveColorSmooth, 16); if (!showmodulation) { - tftPrint(0, "M", 7, 128, GreyoutColor, BackgroundColor, 16); + tftPrint(0, "A", 7, 128, GreyoutColor, BackgroundColor, 16); tftPrint(-1, "10", 24, 144, GreyoutColor, BackgroundColor, 16); tftPrint(-1, "30", 54, 144, GreyoutColor, BackgroundColor, 16); tftPrint(-1, "50", 84, 144, GreyoutColor, BackgroundColor, 16); tftPrint(-1, "70", 114, 144, GreyoutColor, BackgroundColor, 16); tftPrint(-1, "100", 160, 144, GreyoutColor, BackgroundColor, 16); } else { - tftPrint(0, "M", 7, 128, ActiveColor, ActiveColorSmooth, 16); + tftPrint(0, "A", 7, 128, ActiveColor, ActiveColorSmooth, 16); tftPrint(-1, "10", 24, 144, ActiveColor, ActiveColorSmooth, 16); tftPrint(-1, "30", 54, 144, ActiveColor, ActiveColorSmooth, 16); tftPrint(-1, "50", 84, 144, ActiveColor, ActiveColorSmooth, 16); diff --git a/src/language.h b/src/language.h index d1265f1..0bf797d 100644 --- a/src/language.h +++ b/src/language.h @@ -67,7 +67,7 @@ static const char* const myLanguage[22][301] PROGMEM = { "RDS filter", // 60 "Show PI errors", // 61 "Use squelch", // 62 - "Modulation meter", // 63 + "Audio level meter", // 63 "AM Noise blanker", // 64 "FM Noise blanker", // 65 "Defaults loaded", // 66 @@ -370,7 +370,7 @@ static const char* const myLanguage[22][301] PROGMEM = { "RDS filter", // 60 "Toon PI fouten", // 61 "Gebruik squelch", // 62 - "Modulatie meter", // 63 + "Audio niveau meter", // 63 "AM ruis filter", // 64 "FM ruis filter", // 65 "Opnieuw geconfigureerd", // 66