Tomo Yamanaka / Mbed OS GR-LYCHEE_mbed-os-client-ZXingSample

Dependencies:   DisplayApp AsciiFont

Fork of GR-PEACH_mbed-os-client-ZXingSample by Renesas

Committer:
dkato
Date:
Tue Mar 28 11:02:34 2017 +0000
Revision:
2:6ec5c1c1d41c
Child:
15:30d929a6a82b
Memory-saving version

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dkato 2:6ec5c1c1d41c 1
dkato 2:6ec5c1c1d41c 2 /**** User Selection *********/
dkato 2:6ec5c1c1d41c 3
dkato 2:6ec5c1c1d41c 4 //#define ZXING_EXCLUDE_1DCODE /* define : 1D barcodes can not be scanned */
dkato 2:6ec5c1c1d41c 5 #undef ZXING_EXCLUDE_1DCODE /* undef : 1D barcodes can be scanned */
dkato 2:6ec5c1c1d41c 6
dkato 2:6ec5c1c1d41c 7 //#define ZXING_EXCLUDE_QRCODE /* define : QR-code can not be scanned */
dkato 2:6ec5c1c1d41c 8 #undef ZXING_EXCLUDE_QRCODE /* undef : QR-code can be scanned */
dkato 2:6ec5c1c1d41c 9
dkato 2:6ec5c1c1d41c 10 //#define ZXING_EXCLUDE_MATRIX /* define : Matrix can not be scanned */
dkato 2:6ec5c1c1d41c 11 #undef ZXING_EXCLUDE_MATRIX /* undef : Matrix can be scanned */
dkato 2:6ec5c1c1d41c 12
dkato 2:6ec5c1c1d41c 13 //#define ZXING_EXCLUDE_AZTEC /* define : Aztec can not be scanned */
dkato 2:6ec5c1c1d41c 14 #undef ZXING_EXCLUDE_AZTEC /* undef : Aztec can be scanned */
dkato 2:6ec5c1c1d41c 15
dkato 2:6ec5c1c1d41c 16 //#define ZXING_EXCLUDE_PDF417 /* define : PDF417 can not be scanned */
dkato 2:6ec5c1c1d41c 17 #undef ZXING_EXCLUDE_PDF417 /* undef : PDF417 can be scanned */
dkato 2:6ec5c1c1d41c 18
dkato 2:6ec5c1c1d41c 19 //#define ZXING_MULTI_QUADRANT /* define : Zxing can multi decode */
dkato 2:6ec5c1c1d41c 20 #undef ZXING_MULTI_QUADRANT /* undef : Zxing can not multi decode */
dkato 2:6ec5c1c1d41c 21