Introduction
I have been curious about the Raspberry Pi for a long time, but I only started working with one recently when it was provid...
For further actions, you may consider blocking this person and/or reporting abuse
Hello,
I have wired 2.7inch e-Paper HAT to my Raspberry pi Zero W as it says here: waveshare.com/wiki/2.7inch_e-Paper... .
And is actually working.
I just wanted to ask if I can enable-activate the buttons without attaching it on my Rpi board but somehow wiring them with my Rpi board.
Best regards and thanks for your contribution
Kostas
I believe what you need for that is jumper. adafruit.com/product/1951
Yeah but which pins and which holes should i connect in order to use the buttons?
Oh, 5, 6, 13, 19. You start counting at the top left and then down and around in a U shape form
Yeah thanks! It's working but I have actually one more question.
When I am running your program when should I press the buttons because on the terminal it appears the image below dev-to-uploads.s3.amazonaws.com/i/...
and when the running ends there is nothing I can do...
Thank you, you are already so helpful!!!
I always got this error:
I tried to put files in lib folder, but I got the same result.
What I did wrong? Here is the file code:
Using
"./lib"gave me error, and I figured out that in this way is working. At least is finding the files.Nice post, the "Accessing the buttons" section really helps a lot. I wasn't able to find an "official" document for the buttons on waveshare website. But I got redirected to here through waveshare.com/wiki/2.7inch_e-Paper.... Thank for your contribution.
Hello,
I have tied to get the files "epd2in7b.py and epdconfig.py" but could not find them.
Please can you help me with these so I can download it.
Thanks in advance.
Jan Kromhout
Hellevoetsluis-NL
Hi, it looks like they moved some things around. Try the github repo: github.com/waveshare/e-Paper/tree/...
i like your code :) but cant figure out what display() does, can u pls upload the old epd2in7b.py and epdconfig.py? seems that waveshare removed it :(
Do you manage to still use the buttons after an epd.sleep()?
Because I wanted to use a btn.was_held to get out of sleep mode... But after getting into deep sleep the buttons doesn't work anymore...
Thx for your post it helped me a lot to start my project a few month ago!
Hey Rane! Was wondering if there was a way to run a processing sketch on the epaper. You think?
I'm not sure can you give me more information about what a processing sketch is?
Hello,
Sorry, newbie here. I'm trying to run this on my raspberry pi 3 and get an error:
AttributeError: 'EPD' object has no attribute 'Clear'
Please help. Thanks...