Thanks. I’m trying to understand PIL, but I do have the image examples from GitHub loaded onto my RPI, I’m just unsure how to call them and display them on the Impression. For instance, if my image is called Photo.jpg what would I change display.set_image(image) to read? when I’ve replaced (image) with (Photo.jpg) or (“Photo.jpg”), I get ttributeError: ‘str’ object has no attribute ‘set_image’