Mercurial > public > hwos_code
comparison src/hwos.inc @ 304:a50edfada621
Merge with new_screen_layout
author | heinrichsweikamp |
---|---|
date | Mon, 01 Jun 2015 17:19:37 +0200 |
parents | 9b1b0b32e7d5 |
children | 14719662fb95 |
comparison
equal
deleted
inserted
replaced
302:be341d0df3ee | 304:a50edfada621 |
---|---|
567 opt_x_s3 res 2 ; calibration factor (Not stored in EEPROM) | 567 opt_x_s3 res 2 ; calibration factor (Not stored in EEPROM) |
568 opt_sensor_fallback res 1 ; =1: Fallback to SP1 when sensor is lost | 568 opt_sensor_fallback res 1 ; =1: Fallback to SP1 when sensor is lost |
569 opt_flip_screen res 1 ; =1: Flip the screen | 569 opt_flip_screen res 1 ; =1: Flip the screen |
570 opt_cR_button_left res 1 ; Left button sensitivity (cR hardware) | 570 opt_cR_button_left res 1 ; Left button sensitivity (cR hardware) |
571 opt_cR_button_right res 1 ; Right button sensitivity (cR hardware) | 571 opt_cR_button_right res 1 ; Right button sensitivity (cR hardware) |
572 opt_depthblink res 1 ; =1:do a red blinking warning, =0:default behaviour | |
572 | 573 |
573 ;-----------------------------EEPROM DATA ------------------------------------ | 574 ;-----------------------------EEPROM DATA ------------------------------------ |
574 ; Automatic reset of all options when this is changed: | 575 ; Automatic reset of all options when this is changed: |
575 #define eeprom_opt_serial 0x0005 ; Version 0.5 | 576 #define eeprom_opt_serial 0x0005 ; Version 0.5 |
576 | 577 |
678 #DEFINE compass_bearing_set flag12,0 ; bearing set | 679 #DEFINE compass_bearing_set flag12,0 ; bearing set |
679 #DEFINE compass_bearing_eq flag12,1 ; bearing is in direction? do not show << or >> | 680 #DEFINE compass_bearing_eq flag12,1 ; bearing is in direction? do not show << or >> |
680 #DEFINE compass_bearing_lft flag12,2 ; bearing is to the left/<< if set, otherwise to the right/>> | 681 #DEFINE compass_bearing_lft flag12,2 ; bearing is to the left/<< if set, otherwise to the right/>> |
681 #DEFINE compass_bearing_vis flag12,3 ; bearing is visible? (either ahead or behind/-180°) | 682 #DEFINE compass_bearing_vis flag12,3 ; bearing is visible? (either ahead or behind/-180°) |
682 #DEFINE compass_bearing_ahd flag12,4 ; bearing is ahead or behind? | 683 #DEFINE compass_bearing_ahd flag12,4 ; bearing is ahead or behind? |
684 #DEFINE blinking_depth_warning flag12,5 ; set by the color_depth. =1: warning color | |
685 #DEFINE blinking_depth_prev flag12,6 ; set by the TFT_depth. =1: prev display had warning color | |
686 #DEFINE blinking_depth_toggle flag12,7 ; toggle to blink | |
683 | 687 |
684 ;============================================================================= | 688 ;============================================================================= |
685 ; C-code Routines | 689 ; C-code Routines |
686 ; PART 2 | 690 ; PART 2 |
687 extern deco_calc_CNS_decrease_15min | 691 extern deco_calc_CNS_decrease_15min |