diff src/ostc3.inc @ 250:20e3bad0b0f2

Graphical compass from kovacs
author heinrichsweikamp
date Wed, 18 Mar 2015 16:42:49 +0100
parents 6c4ad243cb44
children 5fe7aff622f3
line wrap: on
line diff
--- a/src/ostc3.inc	Tue Mar 17 12:16:15 2015 +0100
+++ b/src/ostc3.inc	Wed Mar 18 16:42:49 2015 +0100
@@ -660,6 +660,15 @@
 #DEFINE voting_logic_sensor3    flag11,5; =1: This sensor is within the voting logic threshold
 #DEFINE cc_active               flag11,6; =1: Constant Current active (cR Hardware)
 #DEFINE cv_active               flag11,7; =1: Constant Voltage active (cR Hardware)
+
+flag12           		res 1
+#DEFINE print_compass_label     flag12,0   ; print the grpahical comapss label
+
+;---- Data for graphical compass
+xRD             res 2       ; virtual compass ruler offset
+xLO             res 1       ; lo backup to prevent trashing
+xHI             res 1       ; hi backup to prevent trashing
+
 ;=============================================================================
 ; C-code Routines
 ; PART 2