ReMarkable.NET
ReMarkable.NET copied to clipboard
A .NET library for developing applications for the reMarkable tablets
Sample code for OutputDevices.Display fails with System.TypeLoadException for Method 'EncodeAsync'
With this sample code (from https://parzivail.github.io/ReMarkable.NET/articles/intro.html): ``` // Create an image var img = new Image(300, 300); // Do some image processing img.Mutate(ctx => ctx.DrawLines(Color.Black, 3, new PointF(50, 50), new...
Could I, for instance, write a program to generate a calendar for a specified period and add it to a notebook? Or is the notebook/page stuff locked up? If it's...
Need to add a flag to the passive devices initializer to use `max77818_battery` instead of `bq27441-0` on the rM2
You should add this to toltec.
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.9 to 2.1.10. Release notes Sourced from SixLabors.ImageSharp's releases. v2.1.10 What's Changed Backport #2859 to release/2.1.x by @antonfirsov in SixLabors/ImageSharp#2890 Backport #2701 to 2.1.x [copy] by @antonfirsov...
Hi all, is there someone who can adapt the library for reMarkable Paper Pro? Thank you
Updated [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.9 to 2.1.11. Release notes _Sourced from [SixLabors.ImageSharp's releases](https://github.com/SixLabors/ImageSharp/releases)._ ## 2.1.11 ## What's Changed * Backport V2 - GIF: Check for end of stream when reading comments....