Is it possible to reuse the e-ink display of some kindle models with the raspberry pi? I want to buy an used kindle from eBay, dismount the screen and use it with my raspberry pi. Are there HATs or adapters out there which can drive the display directly from the raspberry? When looking for similar projects usually the kindle as a whole was used..
Asked
Active
Viewed 1,091 times
2 Answers
1
EPDiy is a driver board for affordable e-Paper (or E-ink) displays.
https://github.com/vroland/epdiy
They have example code on how to use it.
The second way is to jailbreak the kindle and control it via SSH, example https://blog.lidskialf.net/2021/02/08/turning-an-old-kindle-into-a-eink-development-platform/
And the third way is already mentioned in another answer, as a web browser.
MatsK
- 2,882
- 3
- 17
- 22
0
I don't know if that is possible but one way of using a kindle as a basic interface is to use a Web page. Use Apache web server on the pi to publish a local network page and interact with that.