Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement support for RM1 #20

Open
owulveryck opened this issue Oct 3, 2021 · 4 comments
Open

Implement support for RM1 #20

owulveryck opened this issue Oct 3, 2021 · 4 comments
Labels
Hacktoberfest https://hacktoberfest.digitalocean.com/

Comments

@owulveryck
Copy link
Owner

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 owulveryck added the Hacktoberfest https://hacktoberfest.digitalocean.com/ label Oct 3, 2021
@dedsm
Copy link

dedsm commented Jun 27, 2023

Hey I have a RM1 and I can be of help

@owulveryck
Copy link
Owner Author

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)

@digisus
Copy link

digisus commented May 10, 2024

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

@dedsm
Copy link

dedsm commented May 14, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest https://hacktoberfest.digitalocean.com/
Projects
None yet
Development

No branches or pull requests

3 participants