changeset 512:3485360c5db0

Added new strings for the selection of T3 custom views
author Ideenmodellierer
date Sun, 30 Aug 2020 17:31:29 +0200
parents 5185ade91096
children 0680975c39b8
files Discovery/Src/tMenuSystem.c
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Discovery/Src/tMenuSystem.c	Sun Aug 30 17:30:54 2020 +0200
+++ b/Discovery/Src/tMenuSystem.c	Sun Aug 30 17:31:29 2020 +0200
@@ -305,6 +305,7 @@
         text = TXT2BYTE_Compass;
         break;
     case CVIEW_Decolist:
+    case CVIEW_T3_Decostop:
         text = TXT2BYTE_Decolist;
         break;
     case CVIEW_Tissues:
@@ -325,6 +326,24 @@
     case CVIEW_noneOrDebug:
     	text = TXT2BYTE_DispNoneDbg;
         break;
+    case CVIEW_T3_MaxDepth:
+    	text = TXT2BYTE_MaxDepth;
+    	break;
+    case CVIEW_T3_StopWatch:
+    	text = TXT2BYTE_Stopwatch;
+    	break;
+    case CVIEW_T3_TTS:
+    	text = TXT2BYTE_TTS;
+    	break;
+    case CVIEW_T3_ppO2andGas:
+    	text = TXT2BYTE_ppoNair;
+    	break;
+    case CVIEW_T3_Navigation:
+    	text = TXT2BYTE_Navigation;
+    	break;
+    case CVIEW_T3_DepthData:
+    	text = TXT2BYTE_DepthData;
+    	break;
     default:
         break;
     }