Mercurial > public > hwos_code
diff src/tft_outputs.asm @ 231:834e1c35160c
BUGFIX: Show average depth with one decimal digit only
author | mh@mh-THINK |
---|---|
date | Sat, 21 Feb 2015 20:05:57 +0100 |
parents | e1e5876bd777 |
children | 57155164faad |
line wrap: on
line diff
--- a/src/tft_outputs.asm Fri Feb 20 00:15:22 2015 +0100 +++ b/src/tft_outputs.asm Sat Feb 21 20:05:57 2015 +0100 @@ -891,7 +891,7 @@ WIN_MEDIUM dive_avr_stop_column1,dive_avr_stop_row bsf ignore_digit5 ; no cm output_16dp .3 ; yxz.a - STRCAT_PRINT "" + STRCAT_PRINT " " ; Stopped average depth movff avr_rel_pressure+0,lo movff avr_rel_pressure+1,hi @@ -901,7 +901,7 @@ output_16dp .3 ; yxz.a bcf leftbind bcf ignore_digit5 - STRCAT_PRINT "" + STRCAT_PRINT " " return global TFT_ceiling_mask ; The ceiling mask