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