We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d6b352 + 18d8646 commit 1276083Copy full SHA for 1276083
1 file changed
NeoPixel_Sprite_Weather_Display/code.py
@@ -165,6 +165,7 @@ def draw_sprite(c):
165
# checks if it's day or night based on hour
166
# & returns day or night version of sprite
167
img = day_or_night(new_time)
168
+ label.text = " %s°%s " % (temp, temp_unit)
169
# reset clock
170
clock = ticks_add(clock, weather_check)
171
# draw bitmap sprite
0 commit comments