""" Clear the screen """
oled.fill_rect(0,0,128,64,0)
""" Clear the screen """
oled.fill_rect(0,0,128,64,0)
# def animate(frames, timer):
# for frame in frames:
# oled.blit(frame.image, frame.x, frame.y)
# def animate(frames, timer):
# for frame in frames:
# oled.blit(frame.image, frame.x, frame.y)