summaryrefslogtreecommitdiff
path: root/firmware/export/config-yh925.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-yh925.h')
-rw-r--r--firmware/export/config-yh925.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-yh925.h b/firmware/export/config-yh925.h
index 3a6403f93f..94d79f6da4 100644
--- a/firmware/export/config-yh925.h
+++ b/firmware/export/config-yh925.h
@@ -75,6 +75,12 @@
75/* define this if you want album art for this target */ 75/* define this if you want album art for this target */
76#define HAVE_ALBUMART 76#define HAVE_ALBUMART
77 77
78/* define this to enable bitmap scaling */
79#define HAVE_BMP_SCALING
80
81/* define this to enable JPEG decoding */
82#define HAVE_JPEG
83
78/* define this if you have access to the quickscreen */ 84/* define this if you have access to the quickscreen */
79#define HAVE_QUICKSCREEN 85#define HAVE_QUICKSCREEN
80 86