comparison src/option_table.asm @ 220:effd7259f5a5

make button sensitivity configurable (cR hardware)
author heinrichsweikamp
date Mon, 05 Jan 2015 14:41:23 +0100
parents f515712d8cd6
children 6c4ad243cb44
comparison
equal deleted inserted replaced
219:4b2622e0fd50 220:effd7259f5a5
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 OPTION_BOOL oFlipScreen, 0, .151, opt_flip_screen ; =1: Flip the screen
197 OPTION_UINT8p10 ocR_button_left,.20, .100, .40, tPercent, .152, opt_cR_button_left ; left button sensitivity
198 OPTION_UINT8p10 ocR_button_right,.20, .100, .40, tPercent, .153, opt_cR_button_right ; right button sensitivity
197 199
198 ;============================================================================= 200 ;=============================================================================
199 ; Set Time/Set Date (RAM only) 201 ; Set Time/Set Date (RAM only)
200 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours 202 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours
201 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins 203 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins