libremarkable
libremarkable copied to clipboard
The only public framework for developing applications with native refresh support for Remarkable Tablet
I usually used a "livepng" version where I replaced the "JpegEncoder" with an "PngEncoder" since the images where usually smaller and lossless for my usecases (usually screenshots for READMEs in...
_The following may come off as strong. I want to mention up front that I appreciate the work done on `libremarkable` greatly, and that this is absolutely not intended as...
I'm using libremarkable to port Plato reader on remarkable, i need to pass EPDC_FLAG_ENABLE_INVERSION to update flags
Are you aware of any applications that people have developed using this library? Development of note taking apps seems nonexistent, surprisingly.
I've been playing with the demo and I noticed that the pen latency is a bit higher than in xochitl. Any idea what the cause is or if it can...
When you remove a named element from the `ApplicationContext` it stops drawing the element, but if you had an `onclick` registered, there is still an active region where the element...
I'm doing some networking (with `tonic`) and I'm ending up with a `tokio` runtime and `async fn`s. I see `ApplicationContext::new` expects non-async function pointers and uses `std::sync::mpsc{Sender,Receiver}`. Connecting my networking...
I've got this error message for evdev, when I was running `make TARGET=armv7-unknown-linux-gnueabihf deploy-x-demo`: ``` error[E0308]: mismatched types --> /cargo/registry/src/github.com-1ecc6299db9ec823/evdev-0.11.7/src/lib.rs:390:29 | 390 | let dur = Duration::new(tv.tv_sec.unsigned_abs(), tv.tv_usec as u32...
Ideally, I'd like to pop up a calculator widget upon gesture recognition, so to avoid disrupting the current flow, I'd like to capture what's actually on the hardware framebuffer while...