thermferm/thermferm.c

changeset 200
a215ddaabbe2
parent 199
3f5d277a69e3
child 204
9a14d6b2de7f
--- a/thermferm/thermferm.c	Sat Aug 09 17:24:32 2014 +0200
+++ b/thermferm/thermferm.c	Sat Aug 09 21:42:28 2014 +0200
@@ -498,10 +498,6 @@
 #endif
 	    }
 
-#ifdef HAVE_WIRINGPI_H
-	    lcd_buf_show();
-#endif
-
 	    piddelay++;
 	    if (piddelay == 15) {
 		piddelay = 0;
@@ -624,6 +620,12 @@
 		}
 	    }
 	}
+
+#ifdef HAVE_WIRINGPI_H
+	// FIXME: not in editmode.
+	lcd_buf_show();
+#endif
+
 	usleep(100000);
 
     } while (run);

mercurial