display.clear()
does not stop display.show(loop=True, wait=False)
#150
Milestone
display.clear()
does not stop display.show(loop=True, wait=False)
#150
Reported in the V1 repository, but I think it's actually a V2 only issue:
With this programme pressing button A should stop the animation looping forever by using
display.clear()
, but it only clears the current image displayed and the next animation steps continue.Pressing B replaces the animation by just displaying a letter and at that point
display.clear()
works as expected.In V1
display.clear()
does stop the animation.The text was updated successfully, but these errors were encountered: