andrey-ushakov / esc_pos_printer

ESC/POS (thermal, receipt) printing for Flutter & Dart
BSD 3-Clause "New" or "Revised" License
346 stars 298 forks source link

No option to pass COLOR CODE in style #170

Closed bhavin-j-crest closed 1 year ago

bhavin-j-crest commented 1 year ago

I have EPSON TM-U220B dot metrics receipt printer which supports RED color ink option, but there no such option to choose between COLOR_1 (Black) and COLOR_2 (Red) DEMO RECEIPT

bhavin-j-crest commented 1 year ago

Got the solution! Append this \x1B\x72\x01 hex code before your text and it will print red colored text on TM-U220 dot metrics printer.