diff src/tft.inc @ 189:e79bc535ef9e

ignore un-calibrated sensors even if they become valid
author heinrichsweikamp
date Wed, 29 Oct 2014 12:53:01 +0100
parents 5cb177f0948a
children fec5eec4c8b7
line wrap: on
line diff
--- a/src/tft.inc	Mon Oct 27 11:28:48 2014 +0100
+++ b/src/tft.inc	Wed Oct 29 12:53:01 2014 +0100
@@ -126,11 +126,6 @@
 			movff	WREG,win_width
 			endm
 
-WIN_INVERT	macro 	win_invert_input
-			movlw	win_invert_input
-			movff	WREG,win_invert
-			endm
-
 WIN_COLOR	macro 	win_color_input
 			movlw	win_color_input
 			call	TFT_set_color