summaryrefslogtreecommitdiff
path: root/firmware/export/config-h100.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r--firmware/export/config-h100.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 1a3c75ebf8..e860538ec6 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -23,6 +23,12 @@
23/* define this if you want album art for this target */ 23/* define this if you want album art for this target */
24#define HAVE_ALBUMART 24#define HAVE_ALBUMART
25 25
26/* define this to enable bitmap scaling */
27#define HAVE_BMP_SCALING
28
29/* define this to enable JPEG decoding */
30#define HAVE_JPEG
31
26/* define this if you can flip your LCD */ 32/* define this if you can flip your LCD */
27#define HAVE_LCD_FLIP 33#define HAVE_LCD_FLIP
28 34