comparison src/tft_outputs.asm @ 60:1464cd73d184

BUGFIX: Display Desat.-Time >100 hours
author heinrichsweikamp
date Tue, 03 Dec 2013 15:10:02 +0100
parents 448ba265fdae
children e7c7c7eeea58
comparison
equal deleted inserted replaced
59:3e65636a8462 60:1464cd73d184
2904 movff hi,lo ; Minutes 2904 movff hi,lo ; Minutes
2905 output_99x 2905 output_99x
2906 bcf leftbind 2906 bcf leftbind
2907 movlw surf_warning_length ; Only use surface string length 2907 movlw surf_warning_length ; Only use surface string length
2908 rcall TFT_fillup_with_spaces ; Fillup FSR2 with spaces (Total string length in #WREG) 2908 rcall TFT_fillup_with_spaces ; Fillup FSR2 with spaces (Total string length in #WREG)
2909 movlw .0
2910 movff WREG,buffer+11
2909 STRCAT_PRINT "" 2911 STRCAT_PRINT ""
2910 return 2912 return
2911 2913
2912 global TFT_nofly_time 2914 global TFT_nofly_time
2913 TFT_nofly_time: 2915 TFT_nofly_time:
2927 movff hi,lo ; Minutes 2929 movff hi,lo ; Minutes
2928 output_99x 2930 output_99x
2929 bcf leftbind 2931 bcf leftbind
2930 movlw surf_warning_length ; Only use surface string length 2932 movlw surf_warning_length ; Only use surface string length
2931 rcall TFT_fillup_with_spaces ; Fillup FSR2 with spaces (Total string length in #WREG) 2933 rcall TFT_fillup_with_spaces ; Fillup FSR2 with spaces (Total string length in #WREG)
2934 movlw .0
2935 movff WREG,buffer+11
2932 STRCAT_PRINT "" 2936 STRCAT_PRINT ""
2933 return 2937 return
2934 2938
2935 global TFT_warning_agf 2939 global TFT_warning_agf
2936 TFT_warning_agf: 2940 TFT_warning_agf: