Crate libremarkable [] [src]

Re-exports

pub extern crate image;
pub extern crate epoll;
pub extern crate rb;
pub extern crate evdev;
pub extern crate line_drawing;

Modules

appctx

Contains the ApplicationContext, which is a general framework that can be used to either build your application or design your I/O code after. It uses rudimentary UI elements and adds them to a scene after wrapping them in UIElementWrapper. None of these are mandatory to be used. You can choose to entirely ignore the ApplicationContext and ui_extensions and interact with the framebuffer and input devices directly.

battery

Simple battery and charging status provider

framebuffer

One of the core components, allowing output and refresh of the EInk display

input

The other core component, allowing decoding of the three input devices present on the tablet

ui_extensions