summaryrefslogtreecommitdiff
path: root/firmware/export/config-h10_5gb.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h10_5gb.h')
-rw-r--r--firmware/export/config-h10_5gb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h
index ef53e02ab4..806ce0cdc3 100644
--- a/firmware/export/config-h10_5gb.h
+++ b/firmware/export/config-h10_5gb.h
@@ -34,6 +34,12 @@
34/* define this if you want album art for this target */ 34/* define this if you want album art for this target */
35#define HAVE_ALBUMART 35#define HAVE_ALBUMART
36 36
37/* define this to enable bitmap scaling */
38#define HAVE_BMP_SCALING
39
40/* define this to enable JPEG decoding */
41#define HAVE_JPEG
42
37/* define this if you have access to the quickscreen */ 43/* define this if you have access to the quickscreen */
38#define HAVE_QUICKSCREEN 44#define HAVE_QUICKSCREEN
39 45