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