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