Move escape character processing into library

And expand to include all 8-bit values.
This commit is contained in:
Robin Stuart 2017-10-21 12:45:50 +01:00
parent 1fb99fff8c
commit 0314ca65a8
5 changed files with 142 additions and 89 deletions

View file

@ -220,6 +220,7 @@ extern "C" {
#define GS1_MODE 2
#define KANJI_MODE 3
#define SJIS_MODE 4
#define ESCAPE_MODE 8
// Data Matrix specific options
#define DM_SQUARE 100