comparison src/option_table.asm @ 326:d21b172d5a7a new_screen_layout

VSIbar #4: VSI settings submenu, graph option, logbook offset and compass calib. menu exit fix
author Janos Kovacs <kovjanos@gmail.com>
date Sat, 13 Jun 2015 22:53:05 +0200
parents 14719662fb95
children 0532cac03ccd
comparison
equal deleted inserted replaced
325:d82516b8298e 326:d21b172d5a7a
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 oMODwarning, 0, .156, opt_modwarning ; =1: red depth blinking warning 202 OPTION_BOOL oMODwarning, 0, .156, opt_modwarning ; =1: red depth blinking warning
203 OPTION_BOOL oVSItextv2, 0, .157, opt_vsitextv2 ; =1: use the dynamic ascend rate limits 203 OPTION_BOOL oVSItextv2, 0, .157, opt_vsitextv2 ; =1: use the dynamic (depends on depth) ascend rate limits
204 OPTION_BOOL oVSIgraph, 0, .158, opt_vsigraph ; =1: draw the graphical VSI bar
204 205
205 ;============================================================================= 206 ;=============================================================================
206 ; Set Time/Set Date (RAM only) 207 ; Set Time/Set Date (RAM only)
207 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours 208 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours
208 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins 209 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins