Hacker News new | past | comments | ask | show | jobs | submit login

If this e-ink device is usable as a secondary display for my laptop, I'm in.

I'd love to get work done in sunny locations, like gardens. But these LCD screens make me squint. e-ink would be THE solution to this, but the e-ink displays are too expensive, to well supported and not very big.




There is a community VNC client for it. If you're on Windows you'll need a HDMI dummy plug to simulate a second screen with the proper dimensions.

But yes, it works as an external screen. Check out VNSee for this https://github.com/matteodelabre/vnsee

Maybe the rM1 might be the best choice for this. I'm not sure...


In the rM1 you just write to a framebuffer device in /dev/fb0 to write on the screen. It's so easy you could probably write an application that does that, compile it for ARM, load it via scp and run it. All in 15 minutes even if you know nothing about the Remarkable itself.

The rM2 is a lot trickier. A full reverse engineering of the drawing routines is still unfinished, as far as I know. So you either manipulate the memory of their closed source application or reuse big binary chunks of it. There are of course abstraction layers built over that by the community but as of today I believe it's much less refreshing than the rM1.

The rM1 used the chip electrophoretic display controller directly , while the rM2 has a software controller which is closed source. Hence much of the complications




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: