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