adding text update

while running the project i realized i had forgotten the text update line after adding in the functions
This commit is contained in:
BlitzCityDIY 2022-12-16 22:07:25 -05:00
parent d5a9e9aa57
commit 18d86468a3

View file

@ -165,6 +165,7 @@ while True:
# checks if it's day or night based on hour
# & returns day or night version of sprite
img = day_or_night(new_time)
label.text = " %s°%s " % (temp, temp_unit)
# reset clock
clock = ticks_add(clock, weather_check)
# draw bitmap sprite