-
Notifications
You must be signed in to change notification settings - Fork 41
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
Remarkable 2 devices have screen calibration issue #13
Comments
Chiming in here to both confirm the issue and add some points. In principle it should be possible to create a calibration task ("tap the points with your stylus") to identify the areas where the tracking is offset, create a sort of offset map for the screen, and use interpolation between these points (as the offset appears to vary smoothly) to apply a correction offset to the pen event. To avoid having to click 1000 points the calibration might start relatively coarse (36 (6x6) data points maybe) and then ask for more data surrounding points where it detected a significant offset. Side note: https://github.com/funkey/recept/ demonstrates that it is possible to intercept the pen events and apply some magic to them even for a third-party hack (without delving into the device driver). Something like this can perhaps be used to mod this problem away if reMarkable don't fix it. |
I just found this issue, and it turns out I'm already working on a project to help remedy this. Discord transcript from Jan 5th:
Let me know if you'd be interested in being a tester (join the reMarkable Discord server: https://discord.gg/JSSGnFY - I'm LoganDark there) |
Any update on this? Pretty game breaking issue. |
@aogden41 look at this link, below. |
Hi - I have seen this article and similar many times. This is not solving my issue, only moving the problem around the screen. |
@aogden41 @istvanjaray I agree with aogden41. Although the issue might be partly or wholly caused by an issue of screen magnetisation, it's not completely fixed by swiping the pen over the screen once or even each time you notice a calibration issue. There's always an issue with calibration on some part of the screen. It would be great if someone was willing to pour ferous powder over their remarkable 2 to visualise the field lines and connect it with calibration issues. @LoganDark this suggestion would be a good intermediate fix if this is entirely a hardware fault. It's a shame remarkable continue to sell devices with this issue - which makes writing inaccurate always - when competitors like Boox at least have a better ink-accuracy experience. I'm happy to help test and work on the proposed suggestion. In the meantime I'll start reading texts on eink hardware to see if I can better understand the hardware issue. |
I don't have one of these, but maybe someone with one could try it on the remarkable: https://en.wikipedia.org/wiki/Magnetic_field_viewing_film |
Thank you! This should be in the manual! I've read that this doesn't work for some, but for me, this worked PERFECTLY! |
It was really frustrating because no one was talking about this issue. |
it will help. demagnetizer. |
All remarkable 2 devices have a screen calibration issue causing ink to be drawn at some displacement from the nib position. The calibration offset occurs in "patches" across the screen.
Reproduction steps:
Seeing as this affects every remarkable 2 unit, what is the plan to resolve this issue? Can this be resolved with kernel updates?
The text was updated successfully, but these errors were encountered: