Mercurial > public > hwos_code
comparison src/hwos.inc @ 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 | bd7f4c1bdb33 |
children | 3d43da7acfe1 |
comparison
equal
deleted
inserted
replaced
332:0ff81ff290ce | 333:14b466f66a7f |
---|---|
573 opt_cR_button_left res 1 ; Left button sensitivity (cR hardware) | 573 opt_cR_button_left res 1 ; Left button sensitivity (cR hardware) |
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 | 579 |
579 ;-----------------------------EEPROM DATA ------------------------------------ | 580 ;-----------------------------EEPROM DATA ------------------------------------ |
580 ; Automatic reset of all options when this is changed: | 581 ; Automatic reset of all options when this is changed: |
581 #define eeprom_opt_serial 0x0005 ; Version 0.5 | 582 #define eeprom_opt_serial 0x0005 ; Version 0.5 |
582 | 583 |