goMarkableStream icon indicating copy to clipboard operation
goMarkableStream copied to clipboard

Implement support for RM1

Open owulveryck opened this issue 3 years ago • 4 comments

As discussed in #19 it should be straightforward to implement a support for RM1.

I will not do it as I do not have a RM1 for testing, but I will eventually provide some help if someone wants to do it.

owulveryck avatar Oct 03 '21 10:10 owulveryck

Hey I have a RM1 and I can be of help

dedsm avatar Jun 27 '23 13:06 dedsm

Hello, With the recent change, I guess that you would need to change only the internal/remarkable package. This function should open /dev/fb0 and returns the pointer to the file and a 0

You also need to change the const.go file and tweak the index.html (to change the resolution here as well).

I don't know the image format of the RM1, but I guess that you should also bypass the rle encoding, meaning replacing this by a simple w.Write(imageData) and change the javascript file (which is a bit less trivial)

owulveryck avatar Jul 20 '23 07:07 owulveryck

@dedsm any news here? I am wondering, were you successful in porting it to your RM1?

digisus avatar May 10 '24 13:05 digisus

Hi! no sorry I went the lazy route and started using the remarkable desktop app with wine

dedsm avatar May 14 '24 09:05 dedsm