You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Framebuffer-spy is a simple module which provides a single function: `void *getFramebufferAddress()` which returns the address of the framebuffer created by xochitl.
4
-
**As of right now, only compatible with rMPP**
3
+
Framebuffer-spy is a simple module which provides info on the rM tablet's framebuffer.
4
+
5
+
Functions:
6
+
7
+
- FramebufferConfig getFramebufferConfig() - returns a config object, as defined in `framebuffer-spy.h`
- void refreshFramebuffer() - this function needs to be called before accessing the framebuffer data, if the `config.requiresReload` value is set
10
+
11
+
Additionally, getConfigString is a xovi-message-broker export (`framebuffer-spy$getConfigString`), which makes it simple to access this data from software outside of xochitl.
0 commit comments