Lines 161-164
In the raised error the message adds a 0x
to the self.chip_id
which is in decimal. In my case the error message read
RuntimeError: Seesaw hardware ID returned 0x67 is not correct! Please check your wiring.
The 67
decimal, which is 0x43
in hex.