PyramidTechnologies / ThermalTalk

Reliance Thermal Printer API
MIT License
10 stars 2 forks source link

Barcode section support #15

Closed corytodd closed 2 years ago

corytodd commented 2 years ago

Barcodes are kind of inconvenient to use if you like to use the section builder. This change set makes it so you can use barcodes like any other section. The one caveat is that since 2D barcodes use different syntax between Phoenix and Reliance, we have to account for this in the TwoBarcode constructor with a flavor enum. Reasonable but not great.

codygillespie commented 2 years ago

@corytodd can we merge this?

corytodd commented 2 years ago

Yes, let's go for it. I haven't heard anything from the affected customer and this doesn't break API compat.