gfx-hat
gfx-hat copied to clipboard
GFHAT async error issue
It looks like the versions of capxxx.py and sn3218.py referenced by the curl loader are out of date. I got the hat working after “pip3 install --upgrade capxxx” and “pip3 install --upgrade sn3218”
Hmm, looks like it could use a >= check on version here: https://github.com/pimoroni/gfx-hat/blob/9ceda95f2b5b936cae9c1b6cd21a8dcb1517b882/library/setup.py#L55