diff src/tft_outputs.asm @ 76:a5ea132770db

1.21 release
author heinrichsweikamp
date Wed, 19 Feb 2014 14:46:26 +0100
parents 7815bf21d353
children eb72c8865f47
line wrap: on
line diff
--- a/src/tft_outputs.asm	Tue Feb 11 13:02:11 2014 +0100
+++ b/src/tft_outputs.asm	Wed Feb 19 14:46:26 2014 +0100
@@ -2913,7 +2913,6 @@
 	output_99x
 	bcf     leftbind
 	STRCAT_PRINT ""                 ; Show seconds in small font
-
 	return
 	
 ;=============================================================================
@@ -2922,7 +2921,6 @@
 	global	TFT_serial
 TFT_serial:		
     WIN_TINY	.0,.239-.14
-    
     STRCPY  "OSTC3 #"                    ; Won't translate that...
     rcall   TFT_cat_serial
     
@@ -2933,11 +2931,11 @@
         movlw   color_grey              ; Write header in blue when
         call    TFT_set_color           ; compiled in DEBUG mode...
         STRCAT_PRINT "DEBUG"    
-        call	TFT_standard_color
     else
+        WIN_COLOR   color_greenish
+        STRCAT_PRINT ""
         call	TFT_standard_color
-        STRCAT_PRINT ""
-        
+
         movlw	softwareversion_beta    ; =1: Beta, =0: Release
         decfsz	WREG,F
         return                          ; Release version -> Return
@@ -2945,9 +2943,8 @@
         call	TFT_warnings_color
         WIN_LEFT    .160-4*9/2          ; Right pad.
         STRCPY_TEXT_PRINT tBeta
-        call	TFT_standard_color
     endif
-
+    call	TFT_standard_color
 	return
 
 	
@@ -2959,6 +2956,7 @@
 info_menu_firmware:
     lfsr    FSR1,tFirmware
     call    strcat_text
+    global  TFT_cat_firmware
 TFT_cat_firmware:
     movlw	softwareversion_x
     movwf	lo
@@ -2978,6 +2976,7 @@
 info_menu_serial:
     lfsr    FSR1,tSerial
     call    strcat_text
+    global  TFT_cat_serial
 TFT_cat_serial:
     clrf	EEADRH
     clrf	EEADR                       ; Get Serial number LOW