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