Hello,
I just setup a new PI Zero W with the pHAT BEAT and a pair of Adafruit speakers. The speakers test fine (although there is a slight crackle when the audio starts).
The LEDs aren’t working though. When I do the example below, only two light up (the ones next to the 6 & 3). They all should light up Cyan, right?
for p in range(16):
phatbeat.set_pixel(p, 0, 255, 255)
phatbeat.show()
Suggestions? I double checked my soldering (which I’m new at) and don’t see any really bad pins.
Thanks,
Jeff