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