The examples from hat-mini are however not installed by the installation procedure.
When I copy the examples from hat-mini, when executed, no module ST7735 is found.
The older examples (hat) run flawlessly on the mini (as if it were a phat).
I will ty another install tomorrow with a full Rasbian on a pi 3B, and see what it gives.
Actually, I did take these steps (for st7735) yesterday even before your reaction came.
But then other things came up.
When I run output.py in the hat-mini folder, I now get this error message:
output.py
This Automation HAT Mini example toggles and displays the
status of the three 24V-tolerant digital outputs.
Press CTRL+C to exit.
Traceback (most recent call last):
File “./output.py”, line 52, in
spi_speed_hz=4000000
File “/usr/local/lib/python3.7/dist-packages/ST7735/init.py”, line 156, in init
self._spi = spidev.SpiDev(port, cs)
FileNotFoundError: [Errno 2] No such file or directory