thermferm/thermferm.c

changeset 426
e54611453d29
parent 423
02653162b03b
child 481
3dd5d68f59df
equal deleted inserted replaced
425:c51265b518ce 426:e54611453d29
350 void stopLCD(void) 350 void stopLCD(void)
351 { 351 {
352 #ifdef HAVE_WIRINGPI_H 352 #ifdef HAVE_WIRINGPI_H
353 piLock(LOCK_LCD); 353 piLock(LOCK_LCD);
354 lcdClear(lcdHandle); 354 lcdClear(lcdHandle);
355 #endif
356 slcdClear(slcdHandle);
355 setBacklight(0); 357 setBacklight(0);
356 #endif
357 slcdClear(slcdHandle);
358 #ifdef HAVE_WIRINGPI_H 358 #ifdef HAVE_WIRINGPI_H
359 piUnlock(LOCK_LCD); 359 piUnlock(LOCK_LCD);
360 #endif 360 #endif
361 } 361 }
362 362

mercurial