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

IndexError: list index out of range (maybe cause' it's one image?) #3

Closed ptorrone closed 6 years ago

ptorrone commented 6 years ago

Traceback (most recent call last): File "code.py", line 10, in File "adafruit_slideshow.py", line 264, in update File "adafruit_slideshow.py", line 293, in advance IndexError: list index out of range

files attached on flash (.zip). unzip and put on hallowing.

flash.zip

kattni commented 6 years ago

I am able to replicate this with my setup. Yes it appears to be due to only one image. Troubleshooting this now.

kattni commented 6 years ago

Issue fixed by #5 . Thanks again, @ptorrone for finding this!

ptorrone commented 6 years ago

tested here too, it works! thankya'