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

Dependencies:   DisplayApp AsciiFont

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

zxing_lib/zxing_config.h

Committer:
1050186
Date:
2018-12-11
Revision:
15:30d929a6a82b
Parent:
2:6ec5c1c1d41c

File content as of revision 15:30d929a6a82b:


/**** User Selection *********/

//#define ZXING_EXCLUDE_1DCODE                      /* define : 1D barcodes can not be scanned */
#undef ZXING_EXCLUDE_1DCODE                         /* undef  : 1D barcodes can be scanned */
                                                    
//#define ZXING_EXCLUDE_QRCODE                      /* define : QR-code can not be scanned */
#undef ZXING_EXCLUDE_QRCODE                         /* undef  : QR-code can be scanned */
                                                    
//#define ZXING_EXCLUDE_MATRIX                      /* define : Matrix can not be scanned */
#undef ZXING_EXCLUDE_MATRIX                         /* undef  : Matrix can be scanned */
                                                    
//#define ZXING_EXCLUDE_AZTEC                       /* define : Aztec can not be scanned */
#undef ZXING_EXCLUDE_AZTEC                          /* undef  : Aztec can be scanned */
                                                    
//#define ZXING_EXCLUDE_PDF417                      /* define : PDF417 can not be scanned */
#undef ZXING_EXCLUDE_PDF417                         /* undef  : PDF417 can be scanned */

//#define ZXING_MULTI_QUADRANT                      /* define : Zxing can multi decode */
#undef ZXING_MULTI_QUADRANT                         /* undef  : Zxing can not multi decode */