-
Hello,
I just bought a waveshare e-paper 2.13 like the one you show in photo and I was searching for usable library ready to use and I land here, I've a problem and maybe you can help me to figure …
-
Followed all the steps on your githum page. Installed software as directed from Waveshare. Test files from Waveshare display perfectly.
When attempting to run "pyton3 btcticker.py" an error is thro…
-
I'd like to built a screen displaying current or future meetings, i don't need the PiHole or Weather integration.
I followed your instructions, apart from installing python-imaging (which was not ava…
ghost updated
3 years ago
-
Hello,
I've ported your driver in epd_2in13_V2_test.py to Golang but the porting did not work until I start calling the readyBusy function inside the send_command and send_data function. For what I…
-
Python pip cannot handle an '&' character when pulling from a git repository:
`pip install -e 'git+https://github.com/waveshare/e-Paper.git#egg=waveshare-epd&subdirectory=RaspberryPi&JetsonNano/pytho…
txoof updated
4 years ago
-
Hi @mendhak thanks for the project - it is a really nice idea. I wanted to use it just for my calendar. So I have installed it on a RPI +3B - a bit overkill but I have one spare and no PI zero at the …
-
When I run ./run.sh, the Python scripts seem to work fine, but in the Export part I receive the following Inkspace error:
Failed to get connection
** (inkscape:954): CRITICAL **: 16:23:29.383: dbu…
-
Using the test python3 script for 2in9, how do you wake up the display after a sleep within the same script.
I've tried the initialise statement
`logging.info("Goto Sleep...")`
`epd.sleep()`
`e…