Expand description
§Rust library for Custom thermal receipt printers
Supported models:
- TG2460H
- TG2480H
- TL60
- TL80
Supported features:
- Print bit image in 4 different modes
- 8 dot single density
- 8 dot double density
- 24 dot single density
- 24 dot double density
- Cut the paper totally or partially
Structs§
- Custom
Printer - The main struct to construct printing commands and accomplish actual printing.
Enums§
- BitImage
Mode - Modes supported by
CustomPrinter::bit_image()
function. - CutType
- Cut types supported by
CustomPrinter::cut_paper()
function.