Mercurial > public > hwos_code
comparison src/hwos.inc @ 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 | cf929551d31c |
children | bd7f4c1bdb33 |
comparison
equal
deleted
inserted
replaced
325:d82516b8298e | 326:d21b172d5a7a |
---|---|
571 opt_flip_screen res 1 ; =1: Flip the screen | 571 opt_flip_screen res 1 ; =1: Flip the screen |
572 opt_cR_button_left res 1 ; Left button sensitivity (cR hardware) | 572 opt_cR_button_left res 1 ; Left button sensitivity (cR hardware) |
573 opt_cR_button_right res 1 ; Right button sensitivity (cR hardware) | 573 opt_cR_button_right res 1 ; Right button sensitivity (cR hardware) |
574 opt_modwarning res 1 ; =1:do a red blinking warning, =0:default behaviour | 574 opt_modwarning res 1 ; =1:do a red blinking warning, =0:default behaviour |
575 opt_vsitextv2 res 1 ; =1:use the depth dependent ascend rate limits | 575 opt_vsitextv2 res 1 ; =1:use the depth dependent ascend rate limits |
576 opt_vsigraph res 1 ; =1:draw the graphical VSI bar | |
576 | 577 |
577 ;-----------------------------EEPROM DATA ------------------------------------ | 578 ;-----------------------------EEPROM DATA ------------------------------------ |
578 ; Automatic reset of all options when this is changed: | 579 ; Automatic reset of all options when this is changed: |
579 #define eeprom_opt_serial 0x0005 ; Version 0.5 | 580 #define eeprom_opt_serial 0x0005 ; Version 0.5 |
580 | 581 |