comparison src/options.asm @ 104:223579e905c3

Show a Safety Stop if enabled (Menu "Deco Parameters")
author heinrichsweikamp
date Tue, 03 Jun 2014 12:25:47 +0200
parents 53a99a2dc6a1
children d39493c786a2
comparison
equal deleted inserted replaced
103:047629595215 104:223579e905c3
619 OPTION_UINT8 oDil5Depth, .0, .100, .0, tMeters, .84, char_I_dil_change+4 619 OPTION_UINT8 oDil5Depth, .0, .100, .0, tMeters, .84, char_I_dil_change+4
620 OPTION_STRING oName, opt_name_length, tDefName, .85, opt_name 620 OPTION_STRING oName, opt_name_length, tDefName, .85, opt_name
621 ; opt_name from 85 to 145 621 ; opt_name from 85 to 145
622 OPTION_ENUM8 oColorSetDive, 4, 0, tColorSetName0, .146, opt_dive_color_scheme ; Color scheme divemode 622 OPTION_ENUM8 oColorSetDive, 4, 0, tColorSetName0, .146, opt_dive_color_scheme ; Color scheme divemode
623 OPTION_UINT8 oPressureAdjust, .0,.255, .0, -1, .147, opt_pressure_adjust ; SIGNED int (-20/+20mbar max.) 623 OPTION_UINT8 oPressureAdjust, .0,.255, .0, -1, .147, opt_pressure_adjust ; SIGNED int (-20/+20mbar max.)
624 OPTION_BOOL oSafetyStop, 0, .148, opt_enable_safetystop ; =1: A safety stop is shown
624 625
625 ; Set Time/Set Date 626 ; Set Time/Set Date
626 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours 627 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours
627 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins 628 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins
628 OPTION_UINT8 oSetDay, .1, .31, .0, 0, -1, day 629 OPTION_UINT8 oSetDay, .1, .31, .0, 0, -1, day