comparison src/tft_outputs.asm @ 369:ca32cf2435c6

fixing some layout issues
author heinrichsweikamp
date Tue, 18 Aug 2015 17:39:07 +0200
parents 573f2251cf49
children 3c55627d5f8f
comparison
equal deleted inserted replaced
368:57e349960ef4 369:ca32cf2435c6
1686 WIN_MEDIUM dm_custom_avr_stop_column3,dm_custom_avr_stop_row 1686 WIN_MEDIUM dm_custom_avr_stop_column3,dm_custom_avr_stop_row
1687 bsf ignore_digit5 ; no cm 1687 bsf ignore_digit5 ; no cm
1688 output_16dp .3 ; yxz.a 1688 output_16dp .3 ; yxz.a
1689 bcf leftbind 1689 bcf leftbind
1690 bcf ignore_digit5 1690 bcf ignore_digit5
1691 STRCAT_PRINT " " 1691 clrf WREG
1692 movff WREG,buffer+.4 ; limit string length to 4
1693 STRCAT_PRINT ""
1692 return 1694 return
1693 1695
1694 global TFT_ceiling_mask ; The ceiling mask 1696 global TFT_ceiling_mask ; The ceiling mask
1695 TFT_ceiling_mask: 1697 TFT_ceiling_mask:
1696 call TFT_divemask_color 1698 call TFT_divemask_color