joukos / PaperTTY

PaperTTY - Python module to render a TTY or VNC on e-ink
953 stars 105 forks source link

Multiple screen support? #24

Open kodonnell opened 6 years ago

kodonnell commented 6 years ago

Would this be in scope for this project? Hardware issues aside, I imagine straightforward configurations (e.g. 2x2 screens of the same size) would be pretty trivial to code. Of course, hardware would be the main problem and this isn't my area - does anyone have any ideas, or can link relevant discussions? Naively, it looks like only 8 pins are needed, and the Pi has more than that ... so maybe?

kodonnell commented 6 years ago

This shows it's possible on an Arduino ...

joukos commented 6 years ago

Yes, I've considered it and there shouldn't be big obstacles in implementing it, other than my lack of time to do it (and limited pool of hardware).

This should be taken into consideration also when eventually implementing the pseudo TTY code so that the image could be stretched to fill several screens, or to have many terminals.

kodonnell commented 6 years ago

there shouldn't be big obstacles in implementing it

Great! I'd be interested in trying this, but given I've got no hardware and minimal understanding of how this works ... don't rely on me.