diff Discovery/Inc/text_multilanguage.h @ 626:3e1a0e267f38

Added option to select sensitivity of focus detection: Depending on the location the computer is equiped during dive (arm wet/ dry suite, glove...) it is usefull to adapt the sensitivity of the focus detection. Technical it means the radius of the spot in which direction ray is projected may be changed in size. The option has been added to the motion control menu.
author Ideenmodellierer
date Fri, 12 Feb 2021 21:37:50 +0100
parents 8fa2de4414a8
children 5f0d3dce5ef4
line wrap: on
line diff
--- a/Discovery/Inc/text_multilanguage.h	Mon Feb 08 21:35:46 2021 +0100
+++ b/Discovery/Inc/text_multilanguage.h	Fri Feb 12 21:37:50 2021 +0100
@@ -266,6 +266,7 @@
 		TXT2BYTE_CornerStandard,
 		TXT2BYTE_IndicateFrame,
 		TXT2BYTE_BoostBacklight,
+		TXT2BYTE_FocusSpotSize,
 
 		TXT2BYTE_SetToMOD,
 		/* */
@@ -323,6 +324,11 @@
 		TXT2BYTE_Navigation,
 		TXT2BYTE_DepthData,
 		TXT2BYTE_DecoTTS,
+
+		TXT2BYTE_Minimum,
+		TXT2BYTE_Normal,
+		TXT2BYTE_Maximum,
+
 		TXT2BYTE_END
 };