Mercurial > public > hwos_code
diff 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 |
line wrap: on
line diff
--- a/src/hwos.inc Sun May 31 20:25:12 2015 +0200 +++ b/src/hwos.inc Sun May 31 21:24:16 2015 +0200 @@ -680,6 +680,9 @@ #DEFINE compass_bearing_lft flag12,2 ; bearing is to the left/<< if set, otherwise to the right/>> #DEFINE compass_bearing_vis flag12,3 ; bearing is visible? (either ahead or behind/-180°) #DEFINE compass_bearing_ahd flag12,4 ; bearing is ahead or behind? +#DEFINE blinking_depth_warning flag12,5 ; set by the color_depth. =1: warning color +#DEFINE blinking_depth_prev flag12,6 ; set by the TFT_depth. =1: prev display had warning color +#DEFINE blinking_depth_toggle flag12,7 ; toggle to blink ;============================================================================= ; C-code Routines