Merge
This commit is contained in:
commit
a469a3611f
@ -295,7 +295,7 @@ while running:
|
|||||||
gotoXYLCD(0, 5)
|
gotoXYLCD(0, 5)
|
||||||
stringLCD("Free: "+str(free[station]))
|
stringLCD("Free: "+str(free[station]))
|
||||||
time_lib.sleep(2)
|
time_lib.sleep(2)
|
||||||
|
|
||||||
clearLCD()
|
clearLCD()
|
||||||
gotoXYLCD(0, 0)
|
gotoXYLCD(0, 0)
|
||||||
stringLCD("[Weather]")
|
stringLCD("[Weather]")
|
||||||
@ -306,7 +306,7 @@ while running:
|
|||||||
gotoXYLCD(0, 4)
|
gotoXYLCD(0, 4)
|
||||||
stringLCD(str(temp_now)+"C")
|
stringLCD(str(temp_now)+"C")
|
||||||
time_lib.sleep(2)
|
time_lib.sleep(2)
|
||||||
|
|
||||||
clearLCD()
|
clearLCD()
|
||||||
gotoXYLCD(0, 0)
|
gotoXYLCD(0, 0)
|
||||||
stringLCD("[Weather]")
|
stringLCD("[Weather]")
|
||||||
@ -317,7 +317,7 @@ while running:
|
|||||||
gotoXYLCD(0, 4)
|
gotoXYLCD(0, 4)
|
||||||
stringLCD(str(temp_3h)+"C")
|
stringLCD(str(temp_3h)+"C")
|
||||||
time_lib.sleep(2)
|
time_lib.sleep(2)
|
||||||
|
|
||||||
clearLCD()
|
clearLCD()
|
||||||
gotoXYLCD(0, 0)
|
gotoXYLCD(0, 0)
|
||||||
stringLCD("[Weather]")
|
stringLCD("[Weather]")
|
||||||
@ -328,7 +328,7 @@ while running:
|
|||||||
gotoXYLCD(0, 4)
|
gotoXYLCD(0, 4)
|
||||||
stringLCD(str(temp_6h)+"C")
|
stringLCD(str(temp_6h)+"C")
|
||||||
time_lib.sleep(2)
|
time_lib.sleep(2)
|
||||||
|
|
||||||
clearLCD()
|
clearLCD()
|
||||||
gotoXYLCD(0, 0)
|
gotoXYLCD(0, 0)
|
||||||
stringLCD("[Weather]")
|
stringLCD("[Weather]")
|
||||||
|
Loading…
Reference in New Issue
Block a user