Mercurial > public > hwos_code
diff src/tft_outputs.asm @ 225:31088352ee32
BUGFIX: Show dives with >999mins divetime correctly
author | heinrichsweikamp |
---|---|
date | Sun, 01 Feb 2015 18:49:24 +0100 |
parents | effd7259f5a5 |
children | 03946aa48fa5 |
line wrap: on
line diff
--- a/src/tft_outputs.asm Thu Jan 29 18:18:15 2015 +0100 +++ b/src/tft_outputs.asm Sun Feb 01 18:49:24 2015 +0100 @@ -403,7 +403,7 @@ movff mins,lo clrf hi WIN_MEDIUM divetime_column, divetime_row+.40 - output_16_3 ; displays only last three figures from a 16Bit value (0-999) + output_16_3 ; limit to 999 and display only (0-999) STRCAT_PRINT "" ; Show minutes in large font WIN_SMALL divetime_secs_column, divetime_secs_row+.40 ; left position for two sec figures PUTC ':'