Mercurial > public > hwos_code
comparison src/option_table.asm @ 333:14b466f66a7f new_screen_layout
Extend the Ceiling custom-view with ppO2 and current GF
author | Janos Kovacs <kovjanos@gmail.com> |
---|---|
date | Sun, 28 Jun 2015 03:30:03 +0200 |
parents | 0532cac03ccd |
children | 3d43da7acfe1 |
comparison
equal
deleted
inserted
replaced
332:0ff81ff290ce | 333:14b466f66a7f |
---|---|
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 (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 | 206 |
206 ;============================================================================= | 207 ;============================================================================= |
207 ; Set Time/Set Date (RAM only) | 208 ; Set Time/Set Date (RAM only) |
208 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours | 209 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours |
209 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins | 210 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins |