We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5978c4e commit 83ff22aCopy full SHA for 83ff22a
lib/tjpgd/src/tjpgdcnf.h
@@ -5,7 +5,7 @@
5
#define JD_SZBUF 512
6
/* Specifies size of stream input buffer */
7
8
-#define JD_FORMAT 0
+#define JD_FORMAT 1
9
/* Specifies output pixel format.
10
/ 0: RGB888 (24-bit/pix)
11
/ 1: RGB565 (16-bit/pix)
@@ -24,7 +24,7 @@
24
/ 1: Enable
25
*/
26
27
-#define JD_FASTDECODE 0
+#define JD_FASTDECODE 1
28
/* Optimization level
29
/ 0: Basic optimization. Suitable for 8/16-bit MCUs.
30
/ 1: + 32-bit barrel shifter. Suitable for 32-bit MCUs.
0 commit comments