Mercurial > public > hwos_code
comparison src/hwos.inc @ 300:5ad479f2a868
Merged Screen layout mod #1 into Screen layout work #3
author | Janos Kovacs <kovjanos@gmail.com> |
---|---|
date | Sun, 31 May 2015 21:24:16 +0200 |
parents | a2e19988e959 |
children | 9b1b0b32e7d5 |
comparison
equal
deleted
inserted
replaced
299:6c4800af27ac | 300:5ad479f2a868 |
---|---|
678 #DEFINE compass_bearing_set flag12,0 ; bearing set | 678 #DEFINE compass_bearing_set flag12,0 ; bearing set |
679 #DEFINE compass_bearing_eq flag12,1 ; bearing is in direction? do not show << or >> | 679 #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/>> | 680 #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°) | 681 #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? | 682 #DEFINE compass_bearing_ahd flag12,4 ; bearing is ahead or behind? |
683 #DEFINE blinking_depth_warning flag12,5 ; set by the color_depth. =1: warning color | |
684 #DEFINE blinking_depth_prev flag12,6 ; set by the TFT_depth. =1: prev display had warning color | |
685 #DEFINE blinking_depth_toggle flag12,7 ; toggle to blink | |
683 | 686 |
684 ;============================================================================= | 687 ;============================================================================= |
685 ; C-code Routines | 688 ; C-code Routines |
686 ; PART 2 | 689 ; PART 2 |
687 extern deco_calc_CNS_decrease_15min | 690 extern deco_calc_CNS_decrease_15min |