libremarkable 0.4.0

The only publicly available Framework for developing applications for the Remarkable Paper Tablet w/ Low Latency Partial Refresh Support
Documentation
1
2
3
4
5
6
7
8
9
with import <nixpkgs> {
  crossSystem = {
    config = "arm-linux-gnueabihf";
  };
};

mkShell {
  buildInputs = [ zlib ]; # your dependencies here
}