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