summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-c200.h6
-rw-r--r--firmware/export/config-c200v2.h6
-rw-r--r--firmware/export/config-cowond2.h6
-rw-r--r--firmware/export/config-e200.h6
-rw-r--r--firmware/export/config-e200v2.h6
-rw-r--r--firmware/export/config-fuze.h6
-rw-r--r--firmware/export/config-gigabeat-s.h6
-rw-r--r--firmware/export/config-gigabeat.h6
-rw-r--r--firmware/export/config-h10.h6
-rw-r--r--firmware/export/config-h100.h6
-rw-r--r--firmware/export/config-h10_5gb.h6
-rw-r--r--firmware/export/config-h120.h6
-rw-r--r--firmware/export/config-h300.h6
-rwxr-xr-xfirmware/export/config-hdd1630.h6
-rw-r--r--firmware/export/config-iaudio7.h6
-rw-r--r--firmware/export/config-iaudiom3.h6
-rw-r--r--firmware/export/config-iaudiom5.h6
-rw-r--r--firmware/export/config-iaudiox5.h6
-rw-r--r--firmware/export/config-ipod1g2g.h6
-rw-r--r--firmware/export/config-ipod3g.h6
-rw-r--r--firmware/export/config-ipod4g.h6
-rw-r--r--firmware/export/config-ipodcolor.h6
-rw-r--r--firmware/export/config-ipodmini.h6
-rw-r--r--firmware/export/config-ipodmini2g.h6
-rw-r--r--firmware/export/config-ipodnano.h6
-rw-r--r--firmware/export/config-ipodvideo.h6
-rw-r--r--firmware/export/config-lyre_proto1.h6
-rw-r--r--firmware/export/config-meizu-m3.h6
-rw-r--r--firmware/export/config-meizu-m6sl.h6
-rw-r--r--firmware/export/config-meizu-m6sp.h6
-rw-r--r--firmware/export/config-mrobe500.h6
-rw-r--r--firmware/export/config-ondavx747.h6
-rwxr-xr-xfirmware/export/config-sa9200.h6
33 files changed, 198 insertions, 0 deletions
diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h
index ed16fb0473..5c2b37dd19 100644
--- a/firmware/export/config-c200.h
+++ b/firmware/export/config-c200.h
@@ -29,6 +29,12 @@
29/* define this if you want album art for this target */ 29/* define this if you want album art for this target */
30#define HAVE_ALBUMART 30#define HAVE_ALBUMART
31 31
32/* define this to enable bitmap scaling */
33#define HAVE_BMP_SCALING
34
35/* define this to enable JPEG decoding */
36#define HAVE_JPEG
37
32/* define this if you have a light associated with the buttons */ 38/* define this if you have a light associated with the buttons */
33#define HAVE_BUTTON_LIGHT 39#define HAVE_BUTTON_LIGHT
34 40
diff --git a/firmware/export/config-c200v2.h b/firmware/export/config-c200v2.h
index 1e58573a9c..b47ba73610 100644
--- a/firmware/export/config-c200v2.h
+++ b/firmware/export/config-c200v2.h
@@ -31,6 +31,12 @@
31/* define this if you want album art for this target */ 31/* define this if you want album art for this target */
32#define HAVE_ALBUMART 32#define HAVE_ALBUMART
33 33
34/* define this to enable bitmap scaling */
35#define HAVE_BMP_SCALING
36
37/* define this to enable JPEG decoding */
38#define HAVE_JPEG
39
34/* define this if you have a light associated with the buttons */ 40/* define this if you have a light associated with the buttons */
35#define HAVE_BUTTON_LIGHT 41#define HAVE_BUTTON_LIGHT
36 42
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h
index 85e46f9b30..bef4bf4992 100644
--- a/firmware/export/config-cowond2.h
+++ b/firmware/export/config-cowond2.h
@@ -41,6 +41,12 @@
41/* define this if you want album art for this target */ 41/* define this if you want album art for this target */
42#define HAVE_ALBUMART 42#define HAVE_ALBUMART
43 43
44/* define this to enable bitmap scaling */
45#define HAVE_BMP_SCALING
46
47/* define this to enable JPEG decoding */
48#define HAVE_JPEG
49
44/* define this if you have access to the quickscreen */ 50/* define this if you have access to the quickscreen */
45#define HAVE_QUICKSCREEN 51#define HAVE_QUICKSCREEN
46/* define this if you have access to the pitchscreen */ 52/* define this if you have access to the pitchscreen */
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index fd481d9e63..59ac564c01 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -29,6 +29,12 @@
29/* define this if you want album art for this target */ 29/* define this if you want album art for this target */
30#define HAVE_ALBUMART 30#define HAVE_ALBUMART
31 31
32/* define this to enable bitmap scaling */
33#define HAVE_BMP_SCALING
34
35/* define this to enable JPEG decoding */
36#define HAVE_JPEG
37
32/* define this if you have a light associated with the buttons */ 38/* define this if you have a light associated with the buttons */
33#define HAVE_BUTTON_LIGHT 39#define HAVE_BUTTON_LIGHT
34 40
diff --git a/firmware/export/config-e200v2.h b/firmware/export/config-e200v2.h
index dbd3b0c0ee..9ee8572fbd 100644
--- a/firmware/export/config-e200v2.h
+++ b/firmware/export/config-e200v2.h
@@ -31,6 +31,12 @@
31/* define this if you want album art for this target */ 31/* define this if you want album art for this target */
32#define HAVE_ALBUMART 32#define HAVE_ALBUMART
33 33
34/* define this to enable bitmap scaling */
35#define HAVE_BMP_SCALING
36
37/* define this to enable JPEG decoding */
38#define HAVE_JPEG
39
34/* define this if you have a light associated with the buttons */ 40/* define this if you have a light associated with the buttons */
35#define HAVE_BUTTON_LIGHT 41#define HAVE_BUTTON_LIGHT
36 42
diff --git a/firmware/export/config-fuze.h b/firmware/export/config-fuze.h
index 4cef71ed58..4f943580a7 100644
--- a/firmware/export/config-fuze.h
+++ b/firmware/export/config-fuze.h
@@ -35,6 +35,12 @@
35#ifndef BOOTLOADER/* define this if you want album art for this target */ 35#ifndef BOOTLOADER/* define this if you want album art for this target */
36#define HAVE_ALBUMART 36#define HAVE_ALBUMART
37 37
38/* define this to enable bitmap scaling */
39#define HAVE_BMP_SCALING
40
41/* define this to enable JPEG decoding */
42#define HAVE_JPEG
43
38/* define this if you have a light associated with the buttons */ 44/* define this if you have a light associated with the buttons */
39#define HAVE_BUTTON_LIGHT 45#define HAVE_BUTTON_LIGHT
40 46
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h
index 17ee39352c..d122edbf74 100644
--- a/firmware/export/config-gigabeat-s.h
+++ b/firmware/export/config-gigabeat-s.h
@@ -23,6 +23,12 @@
23/* define this if you want album art for this target */ 23/* define this if you want album art for this target */
24#define HAVE_ALBUMART 24#define HAVE_ALBUMART
25 25
26/* define this to enable bitmap scaling */
27#define HAVE_BMP_SCALING
28
29/* define this to enable JPEG decoding */
30#define HAVE_JPEG
31
26/* define this if you have access to the quickscreen */ 32/* define this if you have access to the quickscreen */
27#define HAVE_QUICKSCREEN 33#define HAVE_QUICKSCREEN
28 34
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h
index 72b8c3d79d..a6ec25d34f 100644
--- a/firmware/export/config-gigabeat.h
+++ b/firmware/export/config-gigabeat.h
@@ -22,6 +22,12 @@
22/* define this if you want album art for this target */ 22/* define this if you want album art for this target */
23#define HAVE_ALBUMART 23#define HAVE_ALBUMART
24 24
25/* define this to enable bitmap scaling */
26#define HAVE_BMP_SCALING
27
28/* define this to enable JPEG decoding */
29#define HAVE_JPEG
30
25/* define this if you have access to the quickscreen */ 31/* define this if you have access to the quickscreen */
26#define HAVE_QUICKSCREEN 32#define HAVE_QUICKSCREEN
27 33
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index 011c1316de..04a61238bf 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -34,6 +34,12 @@
34/* define this if you want album art for this target */ 34/* define this if you want album art for this target */
35#define HAVE_ALBUMART 35#define HAVE_ALBUMART
36 36
37/* define this to enable bitmap scaling */
38#define HAVE_BMP_SCALING
39
40/* define this to enable JPEG decoding */
41#define HAVE_JPEG
42
37/* define this if you have access to the quickscreen */ 43/* define this if you have access to the quickscreen */
38#define HAVE_QUICKSCREEN 44#define HAVE_QUICKSCREEN
39 45
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 1a3c75ebf8..e860538ec6 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -23,6 +23,12 @@
23/* define this if you want album art for this target */ 23/* define this if you want album art for this target */
24#define HAVE_ALBUMART 24#define HAVE_ALBUMART
25 25
26/* define this to enable bitmap scaling */
27#define HAVE_BMP_SCALING
28
29/* define this to enable JPEG decoding */
30#define HAVE_JPEG
31
26/* define this if you can flip your LCD */ 32/* define this if you can flip your LCD */
27#define HAVE_LCD_FLIP 33#define HAVE_LCD_FLIP
28 34
diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h
index ef53e02ab4..806ce0cdc3 100644
--- a/firmware/export/config-h10_5gb.h
+++ b/firmware/export/config-h10_5gb.h
@@ -34,6 +34,12 @@
34/* define this if you want album art for this target */ 34/* define this if you want album art for this target */
35#define HAVE_ALBUMART 35#define HAVE_ALBUMART
36 36
37/* define this to enable bitmap scaling */
38#define HAVE_BMP_SCALING
39
40/* define this to enable JPEG decoding */
41#define HAVE_JPEG
42
37/* define this if you have access to the quickscreen */ 43/* define this if you have access to the quickscreen */
38#define HAVE_QUICKSCREEN 44#define HAVE_QUICKSCREEN
39 45
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index bb8e1f7184..b772a36323 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -18,6 +18,12 @@
18/* define this if you want album art for this target */ 18/* define this if you want album art for this target */
19#define HAVE_ALBUMART 19#define HAVE_ALBUMART
20 20
21/* define this to enable bitmap scaling */
22#define HAVE_BMP_SCALING
23
24/* define this to enable JPEG decoding */
25#define HAVE_JPEG
26
21/* define this if you can flip your LCD */ 27/* define this if you can flip your LCD */
22#define HAVE_LCD_FLIP 28#define HAVE_LCD_FLIP
23 29
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index e6e07e0bbc..91f54f5479 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -21,6 +21,12 @@
21/* define this if you want album art for this target */ 21/* define this if you want album art for this target */
22#define HAVE_ALBUMART 22#define HAVE_ALBUMART
23 23
24/* define this to enable bitmap scaling */
25#define HAVE_BMP_SCALING
26
27/* define this to enable JPEG decoding */
28#define HAVE_JPEG
29
24/* define this if you can flip your LCD */ 30/* define this if you can flip your LCD */
25#define HAVE_LCD_FLIP 31#define HAVE_LCD_FLIP
26 32
diff --git a/firmware/export/config-hdd1630.h b/firmware/export/config-hdd1630.h
index 9b33f6a08e..d588b3bb60 100755
--- a/firmware/export/config-hdd1630.h
+++ b/firmware/export/config-hdd1630.h
@@ -35,6 +35,12 @@
35/* define this if you want album art for this target */ 35/* define this if you want album art for this target */
36#define HAVE_ALBUMART 36#define HAVE_ALBUMART
37 37
38/* define this to enable bitmap scaling */
39#define HAVE_BMP_SCALING
40
41/* define this to enable JPEG decoding */
42#define HAVE_JPEG
43
38/* define this if you have access to the quickscreen */ 44/* define this if you have access to the quickscreen */
39#define HAVE_QUICKSCREEN 45#define HAVE_QUICKSCREEN
40 46
diff --git a/firmware/export/config-iaudio7.h b/firmware/export/config-iaudio7.h
index 601ff5491f..8886b18633 100644
--- a/firmware/export/config-iaudio7.h
+++ b/firmware/export/config-iaudio7.h
@@ -42,6 +42,12 @@
42/* define this if you want album art for this target */ 42/* define this if you want album art for this target */
43#define HAVE_ALBUMART 43#define HAVE_ALBUMART
44 44
45/* define this to enable bitmap scaling */
46#define HAVE_BMP_SCALING
47
48/* define this to enable JPEG decoding */
49#define HAVE_JPEG
50
45/* define this if you have access to the quickscreen */ 51/* define this if you have access to the quickscreen */
46#define HAVE_QUICKSCREEN 52#define HAVE_QUICKSCREEN
47 53
diff --git a/firmware/export/config-iaudiom3.h b/firmware/export/config-iaudiom3.h
index a09be04c17..5eb7fb891b 100644
--- a/firmware/export/config-iaudiom3.h
+++ b/firmware/export/config-iaudiom3.h
@@ -30,6 +30,12 @@
30/* define this if you want album art for this target */ 30/* define this if you want album art for this target */
31#define HAVE_ALBUMART 31#define HAVE_ALBUMART
32 32
33/* define this to enable bitmap scaling */
34#define HAVE_BMP_SCALING
35
36/* define this to enable JPEG decoding */
37#define HAVE_JPEG
38
33/* define this if you can flip your LCD */ 39/* define this if you can flip your LCD */
34#define HAVE_LCD_FLIP 40#define HAVE_LCD_FLIP
35 41
diff --git a/firmware/export/config-iaudiom5.h b/firmware/export/config-iaudiom5.h
index d186895b45..0df8414fe9 100644
--- a/firmware/export/config-iaudiom5.h
+++ b/firmware/export/config-iaudiom5.h
@@ -30,6 +30,12 @@
30/* define this if you want album art for this target */ 30/* define this if you want album art for this target */
31#define HAVE_ALBUMART 31#define HAVE_ALBUMART
32 32
33/* define this to enable bitmap scaling */
34#define HAVE_BMP_SCALING
35
36/* define this to enable JPEG decoding */
37#define HAVE_JPEG
38
33/* define this if you can flip your LCD */ 39/* define this if you can flip your LCD */
34#define HAVE_LCD_FLIP 40#define HAVE_LCD_FLIP
35 41
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index 218e1657dd..e048ebefb9 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -36,6 +36,12 @@
36/* define this if you want album art for this target */ 36/* define this if you want album art for this target */
37#define HAVE_ALBUMART 37#define HAVE_ALBUMART
38 38
39/* define this to enable bitmap scaling */
40#define HAVE_BMP_SCALING
41
42/* define this to enable JPEG decoding */
43#define HAVE_JPEG
44
39/* define this if you can invert the colours on your LCD */ 45/* define this if you can invert the colours on your LCD */
40#define HAVE_LCD_INVERT 46#define HAVE_LCD_INVERT
41 47
diff --git a/firmware/export/config-ipod1g2g.h b/firmware/export/config-ipod1g2g.h
index b4acd38b5b..e642dfd930 100644
--- a/firmware/export/config-ipod1g2g.h
+++ b/firmware/export/config-ipod1g2g.h
@@ -30,6 +30,12 @@
30/* define this if you want album art for this target */ 30/* define this if you want album art for this target */
31#define HAVE_ALBUMART 31#define HAVE_ALBUMART
32 32
33/* define this to enable bitmap scaling */
34#define HAVE_BMP_SCALING
35
36/* define this to enable JPEG decoding */
37#define HAVE_JPEG
38
33/* define this if you can invert the colours on your LCD */ 39/* define this if you can invert the colours on your LCD */
34#define HAVE_LCD_INVERT 40#define HAVE_LCD_INVERT
35 41
diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h
index 57773750f2..c13070a805 100644
--- a/firmware/export/config-ipod3g.h
+++ b/firmware/export/config-ipod3g.h
@@ -31,6 +31,12 @@
31/* define this if you want album art for this target */ 31/* define this if you want album art for this target */
32#define HAVE_ALBUMART 32#define HAVE_ALBUMART
33 33
34/* define this to enable bitmap scaling */
35#define HAVE_BMP_SCALING
36
37/* define this to enable JPEG decoding */
38#define HAVE_JPEG
39
34/* define this if you can invert the colours on your LCD */ 40/* define this if you can invert the colours on your LCD */
35#define HAVE_LCD_INVERT 41#define HAVE_LCD_INVERT
36 42
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h
index 7cbe2145f2..599c4c254e 100644
--- a/firmware/export/config-ipod4g.h
+++ b/firmware/export/config-ipod4g.h
@@ -32,6 +32,12 @@
32/* define this if you want album art for this target */ 32/* define this if you want album art for this target */
33#define HAVE_ALBUMART 33#define HAVE_ALBUMART
34 34
35/* define this to enable bitmap scaling */
36#define HAVE_BMP_SCALING
37
38/* define this to enable JPEG decoding */
39#define HAVE_JPEG
40
35/* define this if you can invert the colours on your LCD */ 41/* define this if you can invert the colours on your LCD */
36#define HAVE_LCD_INVERT 42#define HAVE_LCD_INVERT
37 43
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index adb0f0ba1c..11edc9893f 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.h
@@ -35,6 +35,12 @@
35/* define this if you want album art for this target */ 35/* define this if you want album art for this target */
36#define HAVE_ALBUMART 36#define HAVE_ALBUMART
37 37
38/* define this to enable bitmap scaling */
39#define HAVE_BMP_SCALING
40
41/* define this to enable JPEG decoding */
42#define HAVE_JPEG
43
38/* define this if you have access to the quickscreen */ 44/* define this if you have access to the quickscreen */
39#define HAVE_QUICKSCREEN 45#define HAVE_QUICKSCREEN
40/* define this if you have access to the pitchscreen */ 46/* define this if you have access to the pitchscreen */
diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h
index 76c81bd86d..d4fdc2eb2a 100644
--- a/firmware/export/config-ipodmini.h
+++ b/firmware/export/config-ipodmini.h
@@ -30,6 +30,12 @@
30/* define this if you want album art for this target */ 30/* define this if you want album art for this target */
31#define HAVE_ALBUMART 31#define HAVE_ALBUMART
32 32
33/* define this to enable bitmap scaling */
34#define HAVE_BMP_SCALING
35
36/* define this to enable JPEG decoding */
37#define HAVE_JPEG
38
33/* define this if you can invert the colours on your LCD */ 39/* define this if you can invert the colours on your LCD */
34#define HAVE_LCD_INVERT 40#define HAVE_LCD_INVERT
35 41
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h
index 3f37ce940f..c6a0cfa368 100644
--- a/firmware/export/config-ipodmini2g.h
+++ b/firmware/export/config-ipodmini2g.h
@@ -30,6 +30,12 @@
30/* define this if you want album art for this target */ 30/* define this if you want album art for this target */
31#define HAVE_ALBUMART 31#define HAVE_ALBUMART
32 32
33/* define this to enable bitmap scaling */
34#define HAVE_BMP_SCALING
35
36/* define this to enable JPEG decoding */
37#define HAVE_JPEG
38
33/* define this if you can invert the colours on your LCD */ 39/* define this if you can invert the colours on your LCD */
34#define HAVE_LCD_INVERT 40#define HAVE_LCD_INVERT
35 41
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index 7947997ee0..bd6228b6ff 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -35,6 +35,12 @@
35/* define this if you want album art for this target */ 35/* define this if you want album art for this target */
36#define HAVE_ALBUMART 36#define HAVE_ALBUMART
37 37
38/* define this to enable bitmap scaling */
39#define HAVE_BMP_SCALING
40
41/* define this to enable JPEG decoding */
42#define HAVE_JPEG
43
38/* define this if you have access to the quickscreen */ 44/* define this if you have access to the quickscreen */
39#define HAVE_QUICKSCREEN 45#define HAVE_QUICKSCREEN
40/* define this if you have access to the pitchscreen */ 46/* define this if you have access to the pitchscreen */
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index e115f2d786..bd93f8fb36 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -37,6 +37,12 @@
37/* define this if you want album art for this target */ 37/* define this if you want album art for this target */
38#define HAVE_ALBUMART 38#define HAVE_ALBUMART
39 39
40/* define this to enable bitmap scaling */
41#define HAVE_BMP_SCALING
42
43/* define this to enable JPEG decoding */
44#define HAVE_JPEG
45
40/* define this if you have access to the quickscreen */ 46/* define this if you have access to the quickscreen */
41#define HAVE_QUICKSCREEN 47#define HAVE_QUICKSCREEN
42/* define this if you have access to the pitchscreen */ 48/* define this if you have access to the pitchscreen */
diff --git a/firmware/export/config-lyre_proto1.h b/firmware/export/config-lyre_proto1.h
index 58a9350bb9..d157f5be2d 100644
--- a/firmware/export/config-lyre_proto1.h
+++ b/firmware/export/config-lyre_proto1.h
@@ -52,6 +52,12 @@
52 52
53#define HAVE_ALBUMART 53#define HAVE_ALBUMART
54 54
55/* define this to enable bitmap scaling */
56#define HAVE_BMP_SCALING
57
58/* define this to enable JPEG decoding */
59#define HAVE_JPEG
60
55#define CONFIG_KEYPAD LYRE_PROTO1_PAD 61#define CONFIG_KEYPAD LYRE_PROTO1_PAD
56 62
57/* Define this if you do software codec */ 63/* Define this if you do software codec */
diff --git a/firmware/export/config-meizu-m3.h b/firmware/export/config-meizu-m3.h
index 74fe9fd990..2ad20550d0 100644
--- a/firmware/export/config-meizu-m3.h
+++ b/firmware/export/config-meizu-m3.h
@@ -33,6 +33,12 @@
33/* define this if you want album art for this target */ 33/* define this if you want album art for this target */
34#define HAVE_ALBUMART 34#define HAVE_ALBUMART
35 35
36/* define this to enable bitmap scaling */
37#define HAVE_BMP_SCALING
38
39/* define this to enable JPEG decoding */
40#define HAVE_JPEG
41
36/* define this if you can invert the colours on your LCD */ 42/* define this if you can invert the colours on your LCD */
37//#define HAVE_LCD_INVERT 43//#define HAVE_LCD_INVERT
38 44
diff --git a/firmware/export/config-meizu-m6sl.h b/firmware/export/config-meizu-m6sl.h
index b7b50c6dd2..a8e387150d 100644
--- a/firmware/export/config-meizu-m6sl.h
+++ b/firmware/export/config-meizu-m6sl.h
@@ -33,6 +33,12 @@
33/* define this if you want album art for this target */ 33/* define this if you want album art for this target */
34#define HAVE_ALBUMART 34#define HAVE_ALBUMART
35 35
36/* define this to enable bitmap scaling */
37#define HAVE_BMP_SCALING
38
39/* define this to enable JPEG decoding */
40#define HAVE_JPEG
41
36/* define this if you can invert the colours on your LCD */ 42/* define this if you can invert the colours on your LCD */
37//#define HAVE_LCD_INVERT 43//#define HAVE_LCD_INVERT
38 44
diff --git a/firmware/export/config-meizu-m6sp.h b/firmware/export/config-meizu-m6sp.h
index 993c535a92..2325b479b1 100644
--- a/firmware/export/config-meizu-m6sp.h
+++ b/firmware/export/config-meizu-m6sp.h
@@ -33,6 +33,12 @@
33/* define this if you want album art for this target */ 33/* define this if you want album art for this target */
34#define HAVE_ALBUMART 34#define HAVE_ALBUMART
35 35
36/* define this to enable bitmap scaling */
37#define HAVE_BMP_SCALING
38
39/* define this to enable JPEG decoding */
40#define HAVE_JPEG
41
36/* define this if you can invert the colours on your LCD */ 42/* define this if you can invert the colours on your LCD */
37//#define HAVE_LCD_INVERT 43//#define HAVE_LCD_INVERT
38 44
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index f8f3502152..f9e8d9ebf6 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -44,6 +44,12 @@
44/* define this if you want album art for this target */ 44/* define this if you want album art for this target */
45#define HAVE_ALBUMART 45#define HAVE_ALBUMART
46 46
47/* define this to enable bitmap scaling */
48#define HAVE_BMP_SCALING
49
50/* define this to enable JPEG decoding */
51#define HAVE_JPEG
52
47/* define this if you have access to the quickscreen */ 53/* define this if you have access to the quickscreen */
48#define HAVE_QUICKSCREEN 54#define HAVE_QUICKSCREEN
49 55
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index e47a8c1702..176a35f4e9 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -54,6 +54,12 @@
54/* define this if you want album art for this target */ 54/* define this if you want album art for this target */
55#define HAVE_ALBUMART 55#define HAVE_ALBUMART
56 56
57/* define this to enable bitmap scaling */
58#define HAVE_BMP_SCALING
59
60/* define this to enable JPEG decoding */
61#define HAVE_JPEG
62
57/* define this if you have access to the quickscreen */ 63/* define this if you have access to the quickscreen */
58#define HAVE_QUICKSCREEN 64#define HAVE_QUICKSCREEN
59 65
diff --git a/firmware/export/config-sa9200.h b/firmware/export/config-sa9200.h
index cbe92bb99c..e35c27e15e 100755
--- a/firmware/export/config-sa9200.h
+++ b/firmware/export/config-sa9200.h
@@ -18,6 +18,12 @@
18/* define this if you want album art for this target */ 18/* define this if you want album art for this target */
19#define HAVE_ALBUMART 19#define HAVE_ALBUMART
20 20
21/* define this to enable bitmap scaling */
22#define HAVE_BMP_SCALING
23
24/* define this to enable JPEG decoding */
25#define HAVE_JPEG
26
21/* define this if you have a light associated with the buttons */ 27/* define this if you have a light associated with the buttons */
22#define HAVE_BUTTON_LIGHT 28#define HAVE_BUTTON_LIGHT
23 29