summaryrefslogtreecommitdiff
path: root/firmware/export/config-fuze.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-fuze.h')
-rw-r--r--firmware/export/config-fuze.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-fuze.h b/firmware/export/config-fuze.h
index 4cef71ed58..4f943580a7 100644
--- a/firmware/export/config-fuze.h
+++ b/firmware/export/config-fuze.h
@@ -35,6 +35,12 @@
35#ifndef BOOTLOADER/* define this if you want album art for this target */ 35#ifndef BOOTLOADER/* define this if you want album art for this target */
36#define HAVE_ALBUMART 36#define HAVE_ALBUMART
37 37
38/* define this to enable bitmap scaling */
39#define HAVE_BMP_SCALING
40
41/* define this to enable JPEG decoding */
42#define HAVE_JPEG
43
38/* define this if you have a light associated with the buttons */ 44/* define this if you have a light associated with the buttons */
39#define HAVE_BUTTON_LIGHT 45#define HAVE_BUTTON_LIGHT
40 46