diff 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
line wrap: on
line diff
--- a/src/tft_outputs.asm	Sun Jan 04 21:24:01 2015 +0100
+++ b/src/tft_outputs.asm	Mon Jan 05 14:41:23 2015 +0100
@@ -1645,7 +1645,7 @@
     WIN_TINY   .80,.0
 	call	TFT_standard_color
 	lfsr	FSR2,buffer
-    movff   max_CCPR1L,lo
+    movff   opt_cR_button_left,lo
     output_8
 	STRCAT_PRINT ""
     return