recept
recept copied to clipboard
Pen event interception for line smoothing on the reMarkable 2 tablet
I removed the precompiled binaries since it's not really best practice to include them in the source. Instead I'd recommend uploading a zip containing them and `install.sh` to a release...
Hello, So I read your message about support for remarkable 1, were changing `event1` to `event0` in `recept.cpp`, and recompiling should allow using this library: https://www.reddit.com/r/RemarkableTablet/comments/js9pbf/fix_for_the_jagged_line_issue_on_remarkable_2/ However, after finally managing...
Hi there Is there any way I can see the current chosen value of the utility? Thanks in advance
Hi all, and thank you so much for this great software that you're making available for all of us :) I was thinking about a way to eliminate the delay...
The task of estimating the correct point at time T given past times is called Filtering in statistics. This is exactly what's happening here so it's the perfect fit :)...
I didn't quite understand the details. Will this mean that fewer points are actually stored because some are filtered away or is it just that each one is placed "in...
Hi, i wanted to know if this script/patch can be applied with the Remarkable-hacks script (author: ddvk)? Is there a risk of bricking the device? Thank you!
This fix deserves support! Totally loving it with the 16 smoothing setting rn. Please let us know where we can give you money for a coffee or something!
First of all, thank you very much for providing this code free of charge! In order to avoid a lot of overhead with OOP and also to avoid keeping a...
I read the second branch and read about KF. Is this working? What is the best between KF and "default" recepet? It is safe to test? Thanks for your great...