diff -r 3f5d277a69e3 -r a215ddaabbe2 thermferm/thermferm.c --- 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);