Crate libremarkable

Crate libremarkable 

Source

Re-exports§

pub use cgmath;
pub use epoll;
pub use evdev;
pub use image;
pub use 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
device
dimensions
Device dimensions.
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

Macros§

end_bench
start_bench