lines-are-beautiful
0.0
A C++ file API for the reMarkable e-ink tablet
|
Enumerations | |
enum | Brushes { pen1 = 2u, pen2 = 3u, fineliner = 4u, pencil_sharp = 7u, pencil_tilt = 1u, brush = 0u, highlighter = 5u, rubber = 6u, unknown_brush = 7u, rubber_area = 8u, erase_all = 9u, selection_brush1 = 10u, selection_brush2 = 11u, fine_line1 = 12u, fine_line2 = 13u, fine_line3 = 14u } |
Types of brushes.
Each brush defines the texture and sensitivity of strokes that are applied to the canvas when the pen is used. Brush type can be selected using the GUI. There is exactly one brush type associated with each line.
Brush Type | Pressure | Speed | Tilt |
---|---|---|---|
Ballpoint pen | X | ||
Marker pen | X | X | |
Fineliner pen | |||
Sharp pencil | |||
Tilt pencil | X | X | |
Brush | X | X | X |
Refer to https://blog.remarkable.com/f53c8faeab77 for a visual overview of the differences between the brush types.