diff src/menu_processor.asm @ 76:a5ea132770db

1.21 release
author heinrichsweikamp
date Wed, 19 Feb 2014 14:46:26 +0100
parents 53b64c5472e1
children f3062a611eef
line wrap: on
line diff
--- a/src/menu_processor.asm	Tue Feb 11 13:02:11 2014 +0100
+++ b/src/menu_processor.asm	Wed Feb 19 14:46:26 2014 +0100
@@ -100,6 +100,16 @@
         TEXT_TINY 	.5,       .240-.16, tNext
         TEXT_TINY	.160-6*5, .240-.16, tEnter
 
+        WIN_COLOR   color_greenish
+        ; Serial and Firmware Version
+        WIN_TINY	.57,.240-.16
+        STRCPY  "#"
+        call    TFT_cat_serial
+        STRCAT  " v"
+        call    TFT_cat_firmware
+        STRCAT_PRINT ""
+        call    TFT_standard_color
+
 menu_processor1:
 		movlw	FT_SMALL
         movff	WREG, win_font