comparison src/tft_outputs.asm @ 429:4b93354b7738

hardware_flag handling
author heinrichsweikamp
date Thu, 16 Jun 2016 13:21:46 +0200
parents eccae727702f
children 9500b2d3e32b
comparison
equal deleted inserted replaced
428:eccae727702f 429:4b93354b7738
1585 TFT_debug_output: 1585 TFT_debug_output:
1586 return 1586 return
1587 WIN_TINY .80,.0 1587 WIN_TINY .80,.0
1588 call TFT_standard_color 1588 call TFT_standard_color
1589 lfsr FSR2,buffer 1589 lfsr FSR2,buffer
1590 movff active_gas,lo 1590 movff hardware_flag,lo
1591 output_8 1591 output_8
1592 STRCAT_PRINT "" 1592 STRCAT_PRINT ""
1593 return 1593 return
1594 1594
1595 global TFT_divetimeout ; Show timeout counter 1595 global TFT_divetimeout ; Show timeout counter