comparison Discovery/Inc/tStructure.h @ 654:890440ab993a

Introduced new menu tab for addition CCR options: The Xtra menu tab was only used in dive mode before. The tab is now enabled in surface mode and provide access to scrubber timer functionality. To enables this infrastructure (structure, multilanguage strings etc.) have been added to the sourcecode.
author Ideenmodellierer
date Sun, 25 Apr 2021 20:41:19 +0200
parents 68d95049f11a
children f4b553da620a
comparison
equal deleted inserted replaced
653:269e57ac4e56 654:890440ab993a
188 188
189 /* PAGE 4 */ 189 /* PAGE 4 */
190 #define StMXTRA _MB(2,4,0,0,0) 190 #define StMXTRA _MB(2,4,0,0,0)
191 191
192 /* PAGE 4 MENU EDIT */ 192 /* PAGE 4 MENU EDIT */
193 /* DIVE MODE */
193 #define StMXTRA_ResetStopwatch _MB(2,4,1,1,0) 194 #define StMXTRA_ResetStopwatch _MB(2,4,1,1,0)
194 #define StMXTRA_CompassHeading _MB(2,4,2,1,0) 195 #define StMXTRA_CompassHeading _MB(2,4,2,1,0)
196
197 /* SURFACE MODE */
198 #define StMXTRA_ScrubTimer_Max_Minutes _MB(2,4,1,1,0)
199 #define StMXTRA_ScrubTimer_Reset _MB(2,4,2,1,0)
200 #define StMXTRA_ScrubTimer_OP_Mode _MB(2,4,3,1,0)
201
195 202
196 /* PAGE 5 */ 203 /* PAGE 5 */
197 #define StMDECO _MB(2,5,0,0,0) 204 #define StMDECO _MB(2,5,0,0,0)
198 205
199 /* PAGE 5 MENU EDIT */ 206 /* PAGE 5 MENU EDIT */