Pokitto Community Team / Bitmap

Dependencies:   PokittoLib

Revision:
0:9783d85b2a06
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/My_settings.h	Mon Jan 01 10:22:35 2018 +0000
@@ -0,0 +1,19 @@
+/**************************************************************************/
+/*!
+    @file     My_settings.h
+    @author   XX
+
+    @section HOW TO USE My_settings
+
+   My_settings can be used to set project settings inside the mbed online IDE
+*/
+/**************************************************************************/
+
+#ifndef MY_SETTINGS_H
+#define MY_SETTINGS_H
+
+#define PROJ_HIRES 0            //1 = high resolution (220x176) , 0 = low resolution fast mode (110x88)
+#define PROJ_ENABLE_SOUND 1     // 0 = all sound functions disabled
+
+#endif
+