diff src/tft_outputs.asm @ 122:3e84e2a64188

Show %'s for non-GF deco model in surface mode
author heinrichsweikamp
date Fri, 27 Jun 2014 16:55:49 +0200
parents abd30446e1cd
children d076e9c02438
line wrap: on
line diff
--- a/src/tft_outputs.asm	Fri Jun 27 16:15:07 2014 +0200
+++ b/src/tft_outputs.asm	Fri Jun 27 16:55:49 2014 +0200
@@ -1706,7 +1706,7 @@
 
     ; Display ZH-L16 sat/desat model.
     TEXT_SMALL  surf_gaslist_column,surf_gaslist_row,  tZHL16
-    WIN_TOP surf_gaslist_row+(surf_gaslist_spacing*.2)
+    WIN_TOP surf_gaslist_row+(surf_gaslist_spacing*.1)
     lfsr    FSR2,buffer
     movff   char_I_desaturation_multiplier,lo
     bsf     leftbind
@@ -1786,7 +1786,7 @@
 TFT_surface_compass_heading2:
     WIN_STD   surf_compass_head_column,surf_compass_head_row
 	call	TFT_standard_color
-TFT_surface_compass_heading_common:     ; Show "000° N"
+TFT_surface_compass_heading_com:     ; Show "000° N"
     lfsr	FSR2,buffer
     movff	compass_heading+0,lo
     movff	compass_heading+1,hi
@@ -1817,7 +1817,7 @@
 TFT_dive_compass_heading2:
     WIN_STD dive_compass_head_column,dive_compass_head_row
 	call	TFT_standard_color
-    rcall   TFT_surface_compass_heading_common  ; Show "000° N"
+    rcall   TFT_surface_compass_heading_com  ; Show "000° N"
 TFT_dive_compass_heading3:
     return              ; No graphical output (yet)