Touch_e-Paper_HAT
Touch_e-Paper_HAT copied to clipboard
Touch e-Paper HAT example code
Followed installation instructions exactly. Raspberry Pi Zero W 2 Touch_e-Paper_HAT/python/examples $ sudo python3 TP2in9_test.py INFO:root:epd2in9_V2 Touch Demo INFO:root:init and Clear INFO:root:[Errno 121] Remote I/O error Any ideas?
Hello, I tested the 2.9 inch Touch e-paper HAT source. By the way, the python source worked without problems. However, the C language source was not compiled. The reason was...
One can simply use this new list of fullscreen pictures ``` PhotoPath_F = [ "Photo_3_0.bmp", "Photo_3_1.bmp", "Photo_3_2.bmp", "Photo_3_3.bmp", "Photo_3_4.bmp", "Photo_3_5.bmp", "Photo_3_6.bmp", "Photo_3_7.bmp", "Photo_3_8.bmp", "Photo_3_9.bmp", ] ``` within TP2in*_test.py to switch...
The 2.9" ePaper spec clearly shows examples of gray-scale and says it supports 4 levels of grayscale. However no wherein this repo is shown an example of how to actually...
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...