Hello,
This is my first project on a raspberry pi, please excuse me as a novice. I ran through the Pimoroni guide on a Raspberry Pi 5 with a fresh OS install and update. (Getting Started with Unicorn HAT Mini). Installed the python libraries, SPI is enabled, however I could not get the examples to run. I went ahead and followed the next step in the guide, trying to program via REPL the following line takes issue when defining the hat:
unicornhatmini = UnicornHATMini()
The shell issues a traceback: device.no_cs = True
Any suggestions on what I can do would be greatly appreciated!
-Kris