fix_tjpgd_configuration for esp32s2 (#268)

Co-authored-by: zhouli <zhouli@espressif.com>
This commit is contained in:
ZHOU Li
2021-05-25 15:37:27 +08:00
committed by GitHub
parent 8eb032a94e
commit 726c1315a4

View File

@ -7,7 +7,7 @@
/* System Configurations */
#define JD_SZBUF 512 /* Size of stream input buffer */
#define JD_FORMAT 1 /* Output pixel format 0:RGB888 (3 BYTE/pix), 1:RGB565 (1 WORD/pix) */
#define JD_FORMAT 0 /* Output pixel format 0:RGB888 (3 BYTE/pix), 1:RGB565 (1 WORD/pix) */
#define JD_USE_SCALE 1 /* Use descaling feature for output */
#define JD_TBLCLIP 1 /* Use table for saturation (might be a bit faster but increases 1K bytes of code size) */