diff src/tft.asm @ 225:31088352ee32

BUGFIX: Show dives with >999mins divetime correctly
author heinrichsweikamp
date Sun, 01 Feb 2015 18:49:24 +0100
parents 19ad15f04f60
children 653a3ab08062
line wrap: on
line diff
--- a/src/tft.asm	Thu Jan 29 18:18:15 2015 +0100
+++ b/src/tft.asm	Sun Feb 01 18:49:24 2015 +0100
@@ -332,7 +332,7 @@
 TFT_boot3:
 	Index_out 0x22
 ;	WAITMS	d'81'					; 46
-	call	TFT_ClearScreen
+	rcall	TFT_ClearScreen
 	Index_out 0x07
 	Parameter_out 0x01, 0x00
 	return