summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondavx747.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ondavx747.h')
-rw-r--r--firmware/export/config-ondavx747.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index e47a8c1702..176a35f4e9 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -54,6 +54,12 @@
54/* define this if you want album art for this target */ 54/* define this if you want album art for this target */
55#define HAVE_ALBUMART 55#define HAVE_ALBUMART
56 56
57/* define this to enable bitmap scaling */
58#define HAVE_BMP_SCALING
59
60/* define this to enable JPEG decoding */
61#define HAVE_JPEG
62
57/* define this if you have access to the quickscreen */ 63/* define this if you have access to the quickscreen */
58#define HAVE_QUICKSCREEN 64#define HAVE_QUICKSCREEN
59 65