Beginner question about how to load image files onto an EYESY step by step for anxious noob

Thanks @jjdeprisco and @brothervsrobot !


@80sforever and @Dcomplex: With modes that have images, graphics, and motion there can be a lot to parse in a given mode’s code. To simplify how to use images, I have attached an example mode below that only displays .png files, centered on the screen that can be resized by knob1 and cycled through with a trigger.

To load .jpg files change the end of line 17 from .png to .jpg :

for filepath in sorted(glob.glob(etc.mode_root + ‘/Images/*.png’)):

Background Image Example.zip (1.4 MB)

1 Like