diff Discovery/Src/text_multilanguage.c @ 542:6960df7ddb09

Added new t3 view showing first deco stop and tts in parallel: TTS and deco stop may already be shown individually. Now also available in one view where TTS is limited to 99minutes (switch to hours) to avoid string overlap.
author Ideenmodellierer
date Sat, 10 Oct 2020 21:02:05 +0200
parents d784f281833a
children bce852cc3b91
line wrap: on
line diff
--- a/Discovery/Src/text_multilanguage.c	Sat Oct 10 18:34:10 2020 +0200
+++ b/Discovery/Src/text_multilanguage.c	Sat Oct 10 21:02:05 2020 +0200
@@ -1608,6 +1608,12 @@
 static uint8_t text_IT_DepthData[] = "";
 static uint8_t text_ES_DepthData[] = "";
 
+static uint8_t text_EN_DecoTTS[] = "Deco and TTS";
+static uint8_t text_DE_DecoTTS[] = "Deco und TTS";
+static uint8_t text_FR_DecoTTS[] = "";
+static uint8_t text_IT_DecoTTS[] = "";
+static uint8_t text_ES_DecoTTS[] = "";
+
 /* Lookup Table -------------------------------------------------------------*/
 
 const tText text_array[] =
@@ -1838,6 +1844,5 @@
 	{(uint8_t)TXT2BYTE_ppoNair, 		{text_EN_ppo2Air, text_DE_ppo2Air, text_FR_ppo2Air, text_IT_ppo2Air, text_ES_ppo2Air}},
 	{(uint8_t)TXT2BYTE_Navigation, 		{text_EN_Navigation, text_DE_Navigation, text_FR_Navigation, text_IT_Navigation, text_ES_Navigation}},
 	{(uint8_t)TXT2BYTE_DepthData, 		{text_EN_DepthData, text_DE_DepthData, text_FR_DepthData, text_IT_DepthData, text_ES_DepthData}},
-
-
+	{(uint8_t)TXT2BYTE_DecoTTS, 		{text_EN_DecoTTS, text_DE_DecoTTS, text_FR_DecoTTS, text_IT_DecoTTS, text_ES_DecoTTS}},
 };