https://github.com/asivery/rmpp-qtfb-shim
A shim for emulating the rM1 framebuffer and input devices on rMPP thanks to qtfb
https://github.com/asivery/rmpp-qtfb-shim
Last synced: about 1 year ago
JSON representation
A shim for emulating the rM1 framebuffer and input devices on rMPP thanks to qtfb
- Host: GitHub
- URL: https://github.com/asivery/rmpp-qtfb-shim
- Owner: asivery
- License: gpl-3.0
- Created: 2025-01-05T04:42:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-17T23:27:16.000Z (about 1 year ago)
- Last Synced: 2025-04-18T13:26:16.759Z (about 1 year ago)
- Language: C++
- Size: 31.3 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# qtfb-shim
A shim for the rMPP tablet which makes it possible to use rM1 and rM2 applications with it, after recompiling them to aarch64* with the help of [qtfb](https://github.com/asivery/qtfb).
Inspired by [ddvk's awesome remarkable2-framebuffer](https://github.com/ddvk/remarkable2-framebuffer)
\* Some programs incorrectly define the framebuffer structures (they hardcode the 32-bit variant of them, instead of relying on linux headers). In order to use them, please use `shim-32bit-structs.so` as the shim, as opposed to the usual `shim.so`.