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