summaryrefslogtreecommitdiff
path: root/firmware/export/config-sa9200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-sa9200.h')
-rwxr-xr-xfirmware/export/config-sa9200.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-sa9200.h b/firmware/export/config-sa9200.h
index cbe92bb99c..e35c27e15e 100755
--- a/firmware/export/config-sa9200.h
+++ b/firmware/export/config-sa9200.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 have a light associated with the buttons */ 27/* define this if you have a light associated with the buttons */
22#define HAVE_BUTTON_LIGHT 28#define HAVE_BUTTON_LIGHT
23 29