joukos

Results 60 comments of joukos

Sorry for the late reply. Basically any driver can be added by adapting the manufacturer's sample code, but it would be much preferred to also own a unit for testing...

Thanks, I better check that out.

Looks awesome, nice work!

:astonished: Hidden in plain sight it seems! Cool find, also an interesting way to show the tty1, didn't occur to me to do it like that. We should combine all...

Cool :) I hope I have time in the near future to incorporate this and fix some pending driver issues too.

> How to enter the pseudo terminal I have opened Are you using the fork by @jason-green-io ? I think you can do a `tmux attach -t tty` to enter...

Yeah, there's some inconsistency there currently (and `stdin` hasn't been touched for a long time). The orientation settings should be part of the driver's features instead of having varying options...

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...

I've considered having some sort of control socket for interacting with the thing while it's running, which should make this pretty easy to do, but that hasn't been implemented yet....

@hym3242, I actually added (a very preliminary version of) such a mode now https://github.com/joukos/PaperTTY/pull/86, been pending for a long time...