ST7735: "IOError: [Errno 2] No such file or directory"

Hi all,

I’ve finally had a chance to try out my new Breakout Garden and ST7735 display. I thought I’d start small by trying out some of the examples included when using the suggested one-line installer (curl https://get.pimoroni.com/st7735 | bash).

No matter which example I try, I always get the following error:
image

Any ideas why I might be getting this error?
Many thanks in advance
jon

Double check that SPI is enabled in Raspberry Pi Configuration or raspi-config if Raspbian Lite.
Here is what I went through with the 1.3 LCD Breakout

1 Like

Thank you so much for this. Fixed it straight away. Very much appreciated.
jon

No problem. Enjoy your display. The installers for the most part usually turn on i2s,i2c or SPI if its needed. Doesn’t hurt to double check anyway, especially when you get an error trying use said device. ;)