adafruit / Adafruit_CircuitPython_Slideshow

CircuitPython helper library for displaying a slideshow of images on a board with a built-in display.
MIT License
4 stars 11 forks source link

Fixes issue with one/two images failing #5

Closed kattni closed 6 years ago

kattni commented 6 years ago

Fix for #3 and #4

If only one image was present, it was failing on the second loop. With two images, it showed the first image only on the first loop and the second image only after that. Resolves this issue.

caternuson commented 6 years ago

Tested and confirmed fixes both #3 and #4.