Inky frame example image_galary_sd

When I try to run the image_galary_sd example from https://github.com/pimoroni/pimoroni-pico/tree/main/micropython/examples/inky_frame/image_gallery I’m getting an error.

The error is:

  File "<stdin>", line 84, in <module>
AttributeError: 'module' object has no attribute 'turn_off'

This is happening when running image_gallaery_sd.py from thonny on a inky frame 5.7

updating to the latest inky micropython resolved this for me

1 Like