comparison src/tft_outputs.asm @ 220:effd7259f5a5

make button sensitivity configurable (cR hardware)
author heinrichsweikamp
date Mon, 05 Jan 2015 14:41:23 +0100
parents a17359244d93
children 31088352ee32
comparison
equal deleted inserted replaced
219:4b2622e0fd50 220:effd7259f5a5
1643 TFT_debug_output: 1643 TFT_debug_output:
1644 return 1644 return
1645 WIN_TINY .80,.0 1645 WIN_TINY .80,.0
1646 call TFT_standard_color 1646 call TFT_standard_color
1647 lfsr FSR2,buffer 1647 lfsr FSR2,buffer
1648 movff max_CCPR1L,lo 1648 movff opt_cR_button_left,lo
1649 output_8 1649 output_8
1650 STRCAT_PRINT "" 1650 STRCAT_PRINT ""
1651 return 1651 return
1652 1652
1653 global TFT_divetimeout ; Show timeout counter 1653 global TFT_divetimeout ; Show timeout counter