nice puzzle game

Dependencies:   PokittoLib

Revision:
3:f6302af708a4
Parent:
0:3c929189abce
--- a/My_settings.h	Wed Oct 18 14:48:38 2017 +0000
+++ b/My_settings.h	Sun Nov 18 14:37:27 2018 +0000
@@ -12,6 +12,8 @@
 
 */
 
-#define PROJ_HIRES 1
-#define PROJ_ENABLE_SOUND 1
-#define PROJ_STREAMING_MUSIC 1
\ No newline at end of file
+#define PROJ_HIRES              0       // 1 = high resolution (220x176) , 0 = low resolution fast mode (110x88)
+#define PROJ_ENABLE_SOUND       1       // 0 = all sound functions disabled
+#define PROJ_STREAMING_MUSIC    1       // 1 = enable streaming music from SD card
+#define PROJ_AUD_FREQ           22050     // 44100 //22050 //11025
+#define PROJ_STREAM_TO_DAC      1       // 1 use DAC for stream, 0 = use PWM for stream