Mercurial > public > hwos_code
comparison src/hwos.inc @ 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 |
---|---|
574 opt_cR_button_right res 1 ; Right button sensitivity (cR hardware) | 574 opt_cR_button_right res 1 ; Right button sensitivity (cR hardware) |
575 opt_modwarning res 1 ; =1:do a red blinking warning, =0:default behaviour | 575 opt_modwarning res 1 ; =1:do a red blinking warning, =0:default behaviour |
576 opt_vsitextv2 res 1 ; =1:use the depth dependent ascend rate limits | 576 opt_vsitextv2 res 1 ; =1:use the depth dependent ascend rate limits |
577 opt_vsigraph res 1 ; =1:draw the graphical VSI bar | 577 opt_vsigraph res 1 ; =1:draw the graphical VSI bar |
578 opt_extceiling res 1 ; =1:print ppO2 and currentGF on the Ceiling Custom View | 578 opt_extceiling res 1 ; =1:print ppO2 and currentGF on the Ceiling Custom View |
579 opt_showppo2 res 1 ; =1:always show the ppO2 value in the warning position | |
579 | 580 |
580 ;-----------------------------EEPROM DATA ------------------------------------ | 581 ;-----------------------------EEPROM DATA ------------------------------------ |
581 ; Automatic reset of all options when this is changed: | 582 ; Automatic reset of all options when this is changed: |
582 #define eeprom_opt_serial 0x0005 ; Version 0.5 | 583 #define eeprom_opt_serial 0x0005 ; Version 0.5 |
583 | 584 |