I'm trying to display an image on my LCD screen (https://www.waveshare.com/oled-lcd-hat-a.htm) for my Raspberry Pi 5.
Using their sample code, I get the following error:I've enabled SPI in the raspberry pi config:And in my /dev, I do have SPIs:What am I doing wrong here?
Using their sample code, I get the following error:
Code:
from luma.core.interface.serial import spiserial_middle = spi(port=0, device=0, gpio_DC=22, gpio_RST=27)RuntimeError: Cannot determine SOC peripheral base address
Code:
dtparam=spi=on
Code:
/dev/spidev0.0 /dev/spidev0.1 /dev/spidev10.0
Statistics: Posted by RampantDespair — Thu May 16, 2024 8:21 pm — Replies 1 — Views 30