Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/altimeter.asm @ 445:6e57b5bb98ce
localisation part 1 from Sergei
author | heinrichsweikamp |
---|---|
date | Thu, 11 Aug 2011 20:01:55 +0200 |
parents | 904863f96582 |
children | ab2686087bce |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/altimeter.asm Thu Aug 11 13:30:29 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/altimeter.asm Thu Aug 11 20:01:55 2011 +0200 @@ -114,7 +114,7 @@ WIN_FONT .0 call PLED_standard_color - STRCPY "Alt: " + STRCPY TXT_ALT5 movff altitude+0,lo ; BANK-SAFE read altitude movff altitude+1,hi @@ -132,7 +132,7 @@ output_16 bcf leftbind - STRCAT_PRINT "m " + STRCAT_PRINT TXT_METER5 return ;============================================================================= @@ -257,7 +257,7 @@ bsf leftbind output_16 - STRCAT_PRINT " mbar " + STRCAT_PRINT TXT_MBAR7 WIN_TOP .65 ; Action enable lfsr FSR2, letter @@ -296,7 +296,7 @@ bsf leftbind output_16 bcf leftbind - STRCAT_PRINT "m " + STRCAT_PRINT TXT_METER5 alt_menu_loop: call PLED_menu_cursor ; Display cursor