diff src/tft_outputs.asm @ 13:2af021c66b0d

fix negative temperature display in surfacemode
author heinrichsweikamp
date Thu, 30 May 2013 19:11:12 +0200
parents 04794990b619
children 7b06f20881be
line wrap: on
line diff
--- a/src/tft_outputs.asm	Sun May 26 12:06:51 2013 +0200
+++ b/src/tft_outputs.asm	Thu May 30 19:11:12 2013 +0200
@@ -1270,8 +1270,8 @@
 	bsf		ignore_digit5		; Full degrees only
 	output_16
 
-	; read-back the buffer+3
-	movff	buffer+3,lo
+	; read-back the buffer+4
+	movff	buffer+4,lo
 	movlw	" "					; Space
 	cpfseq	lo					; Was it a space (between +1°C and -1°C)?
 	bra		TFT_temp_surfmode1	; No.