Done: new install of Rasbian Lite, SPI enabled, install UnicornHatHD software:
$ curl https://get.pimoroni.com/unicornhathd | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 38555 100 38555 0 0 132k 0 --:--:-- --:--:-- --:--:-- 133k
This script will install everything needed to use
Unicorn HAT HD
Always be careful when running scripts and commands copied
from the internet. Ensure they are from a trusted source.
If you want to see what this script does before running it,
you should run: 'curl https://get.pimoroni.com/unicornhathd'
Note: Unicorn HAT HD requires SPI communication
Do you wish to continue? [y/N] y
Checking environment...
Updating apt indexes...
.....................
Installing python-pip...
Extracting templates from packages: 100%..
...Installing python3-pip...
.......................................
Checking hardware requirements...
SPI already enabled
Checking packages required by SPI interface...
.......................................spidev installed and up-to-date
Unicorn HAT HD comes with examples and documentation that you may wish to install.
Performing a full install will ensure those resources are installed,
along with all required dependencies. It may however take a while!
Do you wish to perform a full install? [y/N] y
Checking for dependencies...
Installing python-unicornhathd...
install ok installed
Installing python3-unicornhathd...
install ok installed
Checking for additional software...
python-flask is required
Installing python-flask...
python3-flask is required
Installing python3-flask...
python-numpy is already installed
python3-numpy is already installed
python-picamera is required
Installing python-picamera...
python3-picamera is required
Installing python3-picamera...
python-pil is required
Installing python-pil...
python3-pil is required
Installing python3-pil...
Installing git...
Downloading examples and documentation...
Resources for your Unicorn HAT HD were copied to
/home/pi/Pimoroni/unicornhathd
Finalising Install...
… but when I go to Pimoroni/unicornhathd/examples and run, say,
python3 demo.py
although the program runs ok, all the pixels stay dark.