summaryrefslogtreecommitdiff
path: root/firmware/export/config-meizu-m6sl.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-meizu-m6sl.h')
-rw-r--r--firmware/export/config-meizu-m6sl.h6
1 files changed, 6 insertions, 0 deletions
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