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