Mercurial > public > hwos_code
comparison src/option_table.asm @ 335:3d43da7acfe1 new_screen_layout
Always show ppO2 (warning position, standard color) option
author | janos_kovacs <kovjanos@gmail.com> |
---|---|
date | Sun, 28 Jun 2015 05:02:45 +0200 |
parents | 14b466f66a7f |
children | 508d7fb98b34 |
comparison
equal
deleted
inserted
replaced
333:14b466f66a7f | 335:3d43da7acfe1 |
---|---|
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 (depends on depth) 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 OPTION_BOOL oVSIgraph, 0, .158, opt_vsigraph ; =1: draw the graphical VSI bar |
205 OPTION_BOOL oExtCeiling, 0, .159, opt_extceiling ; =1:print ppO2 and currentGF on the Ceiling Custom View | 205 OPTION_BOOL oExtCeiling, 0, .159, opt_extceiling ; =1:print ppO2 and currentGF on the Ceiling Custom View |
206 OPTION_BOOL oShowppO2, 0, .160, opt_showppo2 ; =1:always show the ppO2 value in the warning position | |
206 | 207 |
207 ;============================================================================= | 208 ;============================================================================= |
208 ; Set Time/Set Date (RAM only) | 209 ; Set Time/Set Date (RAM only) |
209 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours | 210 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours |
210 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins | 211 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins |