summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include/configuration.hch
diff options
context:
space:
mode:
Diffstat (limited to 'Graphic_Equalizer/include/configuration.hch')
-rw-r--r--Graphic_Equalizer/include/configuration.hch6
1 files changed, 4 insertions, 2 deletions
diff --git a/Graphic_Equalizer/include/configuration.hch b/Graphic_Equalizer/include/configuration.hch
index 7db28bc..6cc644b 100644
--- a/Graphic_Equalizer/include/configuration.hch
+++ b/Graphic_Equalizer/include/configuration.hch
@@ -32,8 +32,9 @@
* routines. To only load the mask and not the entire data set USE_MASK_ONLY to
* 1. 0 will load all bitmaps.
*/
-#define HAVE_SMARTMEDIA 1
+#define HAVE_SMARTMEDIA 0
#define USE_MASK_ONLY 1
+#define SKIP_LOAD 1
@@ -96,7 +97,8 @@
/*
* Set the color for various items that will be drawn on screen.
*/
-#define PIXEL_VOLUME_YAXIS (0x00ff00)
+#define PIXEL_VOLUME_YAXIS (0x00ff00)
+#define PIXEL_EQUALIZER (0xff0000)
#else
#error "ERROR file configuration.hch multiple times included"