8 ms·
As in, turn an inkplate10 into a secondary (or even primary) display for something like a raspberry pi. I want to make an eink writing machine, something like
by roryisok 3y ago
As in, turn an inkplate10 into a secondary (or even primary) display for something like a raspberry pi.
I want to make an eink writing machine, something like a freewrite but not costing $500.
- 93po 3y agoYour best bet is going to be to get one of these: https://www.waveshare.com/product/displays/e-paper/epaper-1.htm https://www.waveshare.com/product/displays/e-paper/epaper-1.... and then find an rasp pi project that makes it work similar to freewrite however you can also do this just fine with the inkplate, just program the arduino itself to have type-writer like behavior i'd recommend researching to understand the display refresh rates and how well it'd work for something like adding a single character
- 93po 3y agothis video on the inkplate: https://www.youtube.com/watch?v=NVBetVqX_84 https://www.youtube.com/watch?v=NVBetVqX_84 suggests there's a way to hook it up to a rasp pi, and that there may already be a demo project in the arduino library for typerwriter functionality. i'd recommend downloading their library and see what all it already includes