Any changes are to allow conversion to BMP

Dependents:   Color_Targeting_Catapult

Fork of BaseJpegDecode by Norimasa Okamoto

Committer:
kylepost3
Date:
Wed Apr 30 14:17:05 2014 +0000
Revision:
7:5010d93af0b6
Parent:
3:a7547692071d
Any changes are to allow conversion to BMP

Who changed what in which revision?

UserRevisionLine numberNew contents of line
va009039 0:417b7ae90eff 1 #ifndef BJE_CONFIG_H
va009039 0:417b7ae90eff 2 #define BJE_CONFIG_H
va009039 0:417b7ae90eff 3
va009039 3:a7547692071d 4 #define JPEG_MCU_YBLOCK 2
va009039 1:bfbc18000cca 5
va009039 0:417b7ae90eff 6 #define JPEG_USE_HUFFMAN_TABLE
va009039 1:bfbc18000cca 7 #define JPEG_USE_REPORT_CODE
va009039 0:417b7ae90eff 8
va009039 0:417b7ae90eff 9 #endif // BJE_CONFIG_H