Mercurial > public > hwos_code
comparison src/option_table.asm @ 155:5f71e31bd5b3
CHANGE: Re-arranged Settings Menu, add 180? rotate to menu
author | heinrichsweikamp |
---|---|
date | Thu, 28 Aug 2014 12:13:52 +0200 |
parents | afa31c815f24 |
children | 2eb037f48c3f |
comparison
equal
deleted
inserted
replaced
154:afa31c815f24 | 155:5f71e31bd5b3 |
---|---|
191 OPTION_ENUM8 oColorSetDive, 4, 0, tColorSetName0, .146, opt_dive_color_scheme ; Color scheme divemode | 191 OPTION_ENUM8 oColorSetDive, 4, 0, tColorSetName0, .146, opt_dive_color_scheme ; Color scheme divemode |
192 OPTION_UINT8 oPressureAdjust, .0,.255, .0, -1, .147, opt_pressure_adjust ; SIGNED int (-20/+20mbar max.) | 192 OPTION_UINT8 oPressureAdjust, .0,.255, .0, -1, .147, opt_pressure_adjust ; SIGNED int (-20/+20mbar max.) |
193 OPTION_BOOL oSafetyStop, 0, .148, opt_enable_safetystop ; =1: A safety stop is shown | 193 OPTION_BOOL oSafetyStop, 0, .148, opt_enable_safetystop ; =1: A safety stop is shown |
194 OPTION_UINT8 oCalGasO2, .21,.100, .21, tPercent, .149, opt_calibration_O2_ratio ; Calibration gas %O2 | 194 OPTION_UINT8 oCalGasO2, .21,.100, .21, tPercent, .149, opt_calibration_O2_ratio ; Calibration gas %O2 |
195 OPTION_BOOL oSensorFallback,1, .150, opt_sensor_fallback ; =1: Fallback to SP1 when sensor is lost | 195 OPTION_BOOL oSensorFallback,1, .150, opt_sensor_fallback ; =1: Fallback to SP1 when sensor is lost |
196 OPTION_BOOL oFlipScreen, 0, .151, opt_flip_screen ; =1: Flip the screen | |
196 | 197 |
197 ;============================================================================= | 198 ;============================================================================= |
198 ; Set Time/Set Date (RAM only) | 199 ; Set Time/Set Date (RAM only) |
199 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours | 200 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours |
200 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins | 201 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins |