Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DisplayApp AsciiFont
Fork of GR-PEACH_mbed-os-client-ZXingSample by
zxing_lib/zxing_config.h@2:6ec5c1c1d41c, 2017-03-28 (annotated)
- 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?
| User | Revision | Line number | New 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 |
