comparison src/option_table.asm @ 303:9b1b0b32e7d5 new_screen_layout

Add configuration option to control depth warning blinking
author janos_kovacs <kovjanos@gmail.com>
date Mon, 01 Jun 2015 15:21:25 +0200
parents 2fe34fc0e2ae
children 14719662fb95
comparison
equal deleted inserted replaced
301:4e803c136972 303:9b1b0b32e7d5
197 OPTION_BOOL oFlipScreen, 0, .151, opt_flip_screen ; =1: Flip the screen 197 OPTION_BOOL oFlipScreen, 0, .151, opt_flip_screen ; =1: Flip the screen
198 OPTION_UINT8p10 ocR_button_left,.20, .100, .40, tPercent, .152, opt_cR_button_left ; left button sensitivity 198 OPTION_UINT8p10 ocR_button_left,.20, .100, .40, tPercent, .152, opt_cR_button_left ; left button sensitivity
199 OPTION_UINT8p10 ocR_button_right,.20, .100, .40, tPercent, .153, opt_cR_button_right ; right button sensitivity 199 OPTION_UINT8p10 ocR_button_right,.20, .100, .40, tPercent, .153, opt_cR_button_right ; right button sensitivity
200 OPTION_UINT8 obottom_usage, .5,.50, .20,tLitersMinute, .154, char_I_bottom_usage ; l/min 200 OPTION_UINT8 obottom_usage, .5,.50, .20,tLitersMinute, .154, char_I_bottom_usage ; l/min
201 OPTION_UINT8 odeco_usage, .5,.50, .20,tLitersMinute, .155, char_I_deco_usage ; l/min 201 OPTION_UINT8 odeco_usage, .5,.50, .20,tLitersMinute, .155, char_I_deco_usage ; l/min
202 OPTION_BOOL oDepthBlink, 0, .156, opt_depthblink ; =1: red depth blinking warning
202 203
203 ;============================================================================= 204 ;=============================================================================
204 ; Set Time/Set Date (RAM only) 205 ; Set Time/Set Date (RAM only)
205 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours 206 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours
206 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins 207 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins