Checked the ribbon cable, reseated it. New SD card. All installed from scratch. The same everytime
I’m thinking the display is faulty but didn’t want to return without checking with you guys.
Config
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 10 (buster)
Release: 10
Codename: buster
Package: python-inkyphat
Status: install ok installed
Priority: extra
Section: python
Installed-Size: 519
Maintainer: Phil Howard phil@pimoroni.com
Architecture: all
Source: inkyphat
Version: 1.0.1
Depends: python-numpy, python-pil, python-rpi.gpio, python-spidev, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-requests
Description: python library for the Pimoroni Inky pHAT
Ideal for name badges or displaying statutes and notifications.
.
This is the Python 2 version of the package.
Homepage: https://github.com/pimoroni/inky-phat
Ok, that’s was one of those have to ask questions. Poor soldering can really mess things up.
PiOS with desktop or Lite?
Try running the following and then have one last go at the name badge example.
Thanks for your help with this - much appreciated.
Answers to your questions
PiOS with desktop or Lite? - Currently PiOS with Desktop but I have tried Lite also and I get the same result.
How are you running the examples, command line or IDE? - Command Line
I’ve executed your commands below
pi@raspberrypi:~/Pimoroni/inky/examples $ sudo apt-get update
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
Reading package lists... Done
pi@raspberrypi:~/Pimoroni/inky/examples $ sudo apt-get install python-rpi.gpio p ython-spidev python-pip python-pil python-numpy
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-numpy is already the newest version (1:1.16.2-1).
python-numpy set to manually installed.
python-pil is already the newest version (5.4.1-2+deb10u2).
python-pil set to manually installed.
python-pip is already the newest version (18.1-5+rpt1).
python-rpi.gpio is already the newest version (0.7.0-0.1~bpo10+1).
python-spidev is already the newest version (20190221~182651-1).
0 upgraded, 0 newly installed, 0 to remove and 52 not upgraded.
pi@raspberrypi:~/Pimoroni/inky/examples $ sudo apt-get install python3-rpi.gpio python3-spidev python3-pip python3-pil python3-numpy
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3-numpy is already the newest version (1:1.16.2-1).
python3-pil is already the newest version (5.4.1-2+deb10u2).
python3-pil set to manually installed.
python3-pip is already the newest version (18.1-5+rpt1).
python3-rpi.gpio is already the newest version (0.7.0-0.1~bpo10+1).
python3-spidev is already the newest version (20190221~182651-1).
0 upgraded, 0 newly installed, 0 to remove and 52 not upgraded.
pi@raspberrypi:~/Pimoroni/inky/examples $ python name-badge.py --type "phat" --c olour "yellow" --name "Inigo Montoya"
Inky pHAT/wHAT: Hello... my name is:
Use Inky pHAT/wHAT as a personalised name badge!
Ok, try python3 name-badge.py etc.
You could also try running the name-badge.py from thonny, that might get you an error message.
It does sound like it defective though.