This commit is contained in:
Phyks (Lucas Verney) 2013-12-09 22:21:57 +01:00
commit a469a3611f
1 changed files with 4 additions and 4 deletions

View File

@ -295,7 +295,7 @@ while running:
gotoXYLCD(0, 5)
stringLCD("Free: "+str(free[station]))
time_lib.sleep(2)
clearLCD()
gotoXYLCD(0, 0)
stringLCD("[Weather]")
@ -306,7 +306,7 @@ while running:
gotoXYLCD(0, 4)
stringLCD(str(temp_now)+"C")
time_lib.sleep(2)
clearLCD()
gotoXYLCD(0, 0)
stringLCD("[Weather]")
@ -317,7 +317,7 @@ while running:
gotoXYLCD(0, 4)
stringLCD(str(temp_3h)+"C")
time_lib.sleep(2)
clearLCD()
gotoXYLCD(0, 0)
stringLCD("[Weather]")
@ -328,7 +328,7 @@ while running:
gotoXYLCD(0, 4)
stringLCD(str(temp_6h)+"C")
time_lib.sleep(2)
clearLCD()
gotoXYLCD(0, 0)
stringLCD("[Weather]")