pub const NORMAL_PRINTER_WIDTH: u32 = 720;Expand description
Width in pixels for normal P-Touch printers (QL-720NW, QL-800, QL-820NWB).
Normal printers use 720 pixels across the tape width, requiring 90 bytes per row when packed into bitmap format (720 / 8 = 90).