diff src/compass_ops.asm @ 530:d36f9fca10ae

2.20beta release BUGFIX: Minor dive mode layout fixes in CCR Mode CHANGE: Minor German language fixes NEW: Warning for Diluent beeing out of safe ppO2 range in CCR modes NEW: New Customview 9 in OSTC cR or OSTC3 shows mV readings after Sensor calibration
author heinrichsweikamp
date Thu, 17 Aug 2017 13:20:03 +0200
parents 929feb0da4f5
children 64a45f203144
line wrap: on
line diff
--- a/src/compass_ops.asm	Mon Aug 07 15:18:32 2017 +0200
+++ b/src/compass_ops.asm	Thu Aug 17 13:20:03 2017 +0200
@@ -1088,14 +1088,14 @@
     btfsc   compass_bearing_lft
     bra     TFT_dive_compass_dir_ldir      ; bearing_lft=1, print the left marker
 ;TFT_dive_compass_text_rdir:
-    WIN_SMALL   dm_custom_compass_rdir_column, dm_custom_compass_head_row
+    WIN_SMALL   dm_custom_compass_rdir_column, dm_custom_compass_head_row-.2
     STRCPY_PRINT    ">>"
     ; do not forget to clear the left
     rcall    TFT_dive_compass_dir_lclr
     bra     TFT_dive_compass_text
 
 TFT_dive_compass_dir_ldir:
-    WIN_SMALL   dm_custom_compass_ldir_column, dm_custom_compass_head_row
+    WIN_SMALL   dm_custom_compass_ldir_column, dm_custom_compass_head_row-.2
     STRCPY_PRINT    "<<"
     ; do not forget to clear the right
     rcall    TFT_dive_compass_dir_rclr
@@ -1112,12 +1112,12 @@
     return
 
 TFT_dive_compass_dir_lclr:
-    WIN_SMALL   dm_custom_compass_ldir_column, dm_custom_compass_head_row
+    WIN_SMALL   dm_custom_compass_ldir_column, dm_custom_compass_head_row-.2
     STRCPY_PRINT    "  "
     return
 
 TFT_dive_compass_dir_rclr:
-    WIN_SMALL   dm_custom_compass_rdir_column, dm_custom_compass_head_row
+    WIN_SMALL   dm_custom_compass_rdir_column, dm_custom_compass_head_row-.2
     STRCPY_PRINT    "  "
     return