@alphanumeric wrote:
I’m trying to get my 1.3" SPI Colour LCD (240x240) Breakout
working with a Breakout Garden pHat
The Breakout garden Installer didn’t find it, I had to do the manual install from here
Running the scrolling-test.py example from idle3 got me a no module named st7789.
Running sudo pip3 install st7789 fixed that but gets me a new error message that I think is because its plugged into the breakout garden?
Traceback (most recent call last):
File “/home/pi/Color LCD/scrolling-text.py”, line 33, in
spi_speed_hz=80 * 1000 * 1000
File “/usr/local/lib/python3.7/dist-packages/ST7789/init.py”, line 124, in init
self._spi = spidev.SpiDev(port, cs)
FileNotFoundError: [Errno 2] No such file or directory
Posts: 1
Participants: 1