I am using this display on a Rasp Pi 400. The backpack connects properly and the display works (partially). I'm using python code display[0] = 'N' to check the display, where N is a number from 0 to 9. The numbers 1,3,6,7,8 display properly.
However, the remaining digits have errors like this:
2 display the correct segments for 2 but also lights seg f.
4 display H
5 displays 6
9 display 8
Any help would be appreciated.