comparison Discovery/Inc/text_multilanguage.h @ 740:5078da3845c0

Added button lock after wakeup in surface mode: During setup of diveequipment the OSTC4 is sometimes operated unintended (e.g. while equipping the jaket). To avoid this it is now possible to activate a button lock in the button lock sensitivity menu. The OSTC4 will then wakeup as usuall but if the diver wants to oerate the menus he has to press the buttons in a certain order. The button to be pressed is indicated by a blue bar. The button lock is deactivated in dive mode.
author Ideenmodellierer
date Thu, 02 Feb 2023 17:35:38 +0100
parents 2f457024049b
children b392524753fb
comparison
equal deleted inserted replaced
739:4a6bffaa38b3 740:5078da3845c0
145 TXT_Percent, 145 TXT_Percent,
146 TXT_PSCRO2Drop, 146 TXT_PSCRO2Drop,
147 TXT_PSCRLungRatio, 147 TXT_PSCRLungRatio,
148 TXT_SimPpo2, 148 TXT_SimPpo2,
149 TXT_CO2Sensor, 149 TXT_CO2Sensor,
150 TXT_ButtonLock,
150 /* */ 151 /* */
151 TXT_END, 152 TXT_END,
152 153
153 TXT_MINIMAL = '\xFE', 154 TXT_MINIMAL = '\xFE',
154 TXT_2BYTE = '\xFF', 155 TXT_2BYTE = '\xFF',
297 TXT2BYTE_ExtraDisplay, 298 TXT2BYTE_ExtraDisplay,
298 TXT2BYTE_ExtraBigFont, 299 TXT2BYTE_ExtraBigFont,
299 TXT2BYTE_ExtraBigFontV2, 300 TXT2BYTE_ExtraBigFontV2,
300 TXT2BYTE_ExtraDecoGame, 301 TXT2BYTE_ExtraDecoGame,
301 TXT2BYTE_ExtraNone, 302 TXT2BYTE_ExtraNone,
303 TXT2BYTE_ExtraActive,
302 /* */ 304 /* */
303 TXT2BYTE_MotionCtrl, 305 TXT2BYTE_MotionCtrl,
304 TXT2BYTE_MoCtrlNone, 306 TXT2BYTE_MoCtrlNone,
305 TXT2BYTE_MoCtrlPitch, 307 TXT2BYTE_MoCtrlPitch,
306 TXT2BYTE_MoCtrlSector, 308 TXT2BYTE_MoCtrlSector,