Touch_e-Paper_HAT
Touch_e-Paper_HAT copied to clipboard
recent PiOS versions need python3-smbus and pip commands don't work
Recent versions of PiOS need the the following run/installed for the Python example code to work:
sudo apt-get install python3-smbus
Also, the pip3 command all fail with an error message like this:
I didn't find that I needed to actually install them for the demo code to work though.