Mercurial > public > hwos_code
comparison src/hwos.inc @ 315:4f83470dcece new_screen_layout
VSIbar #3: remaining changes for the split style bar
author | Janos Kovacs <kovjanos@gmail.com> |
---|---|
date | Wed, 10 Jun 2015 22:32:38 +0100 |
parents | 453a3d13570f |
children | cf929551d31c |
comparison
equal
deleted
inserted
replaced
314:226e1405b86c | 315:4f83470dcece |
---|---|
685 #DEFINE blinking_depth_warning flag12,5 ; set by the color_depth. =1: warning color | 685 #DEFINE blinking_depth_warning flag12,5 ; set by the color_depth. =1: warning color |
686 #DEFINE blinking_depth_prev flag12,6 ; set by the TFT_depth. =1: prev display had warning color | 686 #DEFINE blinking_depth_prev flag12,6 ; set by the TFT_depth. =1: prev display had warning color |
687 #DEFINE blinking_depth_toggle flag12,7 ; toggle to blink | 687 #DEFINE blinking_depth_toggle flag12,7 ; toggle to blink |
688 | 688 |
689 flag13 res 1 | 689 flag13 res 1 |
690 #DEFINE neg_flag_save flag13,0 ; neg_flag backup for velocity logic | 690 #DEFINE neg_flag_velocity flag13,0 ; neg_flag backup for velocity logic |
691 #DEFINE velocity_warn flag13,1 ; flag set when ascend is in warning rate | 691 #DEFINE velocity_warn flag13,1 ; flag set when ascend is in warning rate |
692 #DEFINE velocity_attn flag13,2 ; flag set when ascend is in attention rate | 692 #DEFINE velocity_attn flag13,2 ; flag set when ascend is in attention rate |
693 | 693 |
694 ;============================================================================= | 694 ;============================================================================= |
695 ; C-code Routines | 695 ; C-code Routines |