Expand description
CatPrinter library: print text and images to CatPrinter devices via BLE.
Main modules:
- ble: BLE transport and async printer
- dithering: image dithering algorithms
- font: text rasterization
- printer: sync printer
- protocol: packet and data utilities
Re-exports§
pub use ble::connect;pub use ble::scan;pub use ble::CatPrinterAsync;pub use ble::DeviceInfo;pub use printer::*;pub use protocol::*;