comparison 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
comparison
equal deleted inserted replaced
625:028d8f3a9410 626:3e1a0e267f38
264 TXT2BYTE_CViewStandard, 264 TXT2BYTE_CViewStandard,
265 TXT2BYTE_CornerTimeout, 265 TXT2BYTE_CornerTimeout,
266 TXT2BYTE_CornerStandard, 266 TXT2BYTE_CornerStandard,
267 TXT2BYTE_IndicateFrame, 267 TXT2BYTE_IndicateFrame,
268 TXT2BYTE_BoostBacklight, 268 TXT2BYTE_BoostBacklight,
269 TXT2BYTE_FocusSpotSize,
269 270
270 TXT2BYTE_SetToMOD, 271 TXT2BYTE_SetToMOD,
271 /* */ 272 /* */
272 TXT2BYTE_HUDbattery, 273 TXT2BYTE_HUDbattery,
273 TXT2BYTE_O2Calib, 274 TXT2BYTE_O2Calib,
321 TXT2BYTE_TTS, 322 TXT2BYTE_TTS,
322 TXT2BYTE_ppoNair, 323 TXT2BYTE_ppoNair,
323 TXT2BYTE_Navigation, 324 TXT2BYTE_Navigation,
324 TXT2BYTE_DepthData, 325 TXT2BYTE_DepthData,
325 TXT2BYTE_DecoTTS, 326 TXT2BYTE_DecoTTS,
327
328 TXT2BYTE_Minimum,
329 TXT2BYTE_Normal,
330 TXT2BYTE_Maximum,
331
326 TXT2BYTE_END 332 TXT2BYTE_END
327 }; 333 };
328 334
329 #endif /* TEXT_MULTILINGUAGE_H */ 335 #endif /* TEXT_MULTILINGUAGE_H */