-
Notifications
You must be signed in to change notification settings - Fork 22
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
progress on porting frameworks and apps #14
Comments
I'll reference this issue on the "awesome" list. Thanks! |
What would work on the remarkable.NET port for RM2 look like? |
That would be a great question for @parzivail |
My father just received his RM2 in the mail this week so I'll have the opportunity to play around with it and see what needs to be changed while I'm home for Thanksgiving. I apologize for the lack of activity on rM.NET recently, life has definitely gotten in the way. |
To upgrade an rM1 app for rM2 compatibility, there are a few things that need to be done: #13 |
Looks good. The way I handled inputs for rM.NET didn't hardcode |
rM.NET just writes directly to Edit: unless the |
the way the framebuffer works has significantly changed on the rm2. this repo, rm2fb, provides an automatic translation layer that lets an rm1 app draw to screen without code changes (using an ldpreload shim) |
Got it. I was referring to the fact that drawing to the screen likely hasn't changed -- the framebuffer format has been a standard in Linux for quite some time -- but the actual process of refreshing the e-ink display (hence |
drawing has changed, this is not the framebuffer you know, but you will find out yourself |
Alright, after becoming more educated on the topic I concede that I am a dumbass. |
Would it be inhibitly difficult to get a terminal working? |
There's a working implementation of fingerterm in Toltec. |
I published a new version on toltec, it works :) |
It looks like remarkable.net now supports rm2fb, although maybe not in quite the way that would be preferred. |
Some frameworks in use around the rM1 community for building apps:
Apps that have been tested:
Apps to test:
The text was updated successfully, but these errors were encountered: