Crate libremarkable

source ·

Re-exports

pub use cgmath;
pub use epoll;
pub use evdev;
pub use image;
pub use line_drawing;

Modules

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.
Simple battery and charging status provider
Device dimensions.
One of the core components, allowing output and refresh of the EInk display
The other core component, allowing decoding of the three input devices present on the tablet

Macros