Dependencies:   4DGL-uLCD-SE DebounceIn SDFileSystem mbed-rtos mbed wave_player

Fork of WavePlayer_HelloWorld by jim hamblen

Revision:
2:82f454fd6efa
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/globals.h	Thu Nov 03 18:35:08 2016 +0000
@@ -0,0 +1,24 @@
+#ifndef GLOBAL_H
+#define GLOBAL_H
+
+#ifndef ULCD_4DGL_H_
+#define ULCD_4DGL_H_
+#include "uLCD_4DGL.h"
+#endif
+
+// === [global object] ===
+extern uLCD_4DGL uLCD;
+
+
+// === [global settings] ===
+#define BACKGROUND_COLOR 0x000000
+#define YELLOW 0xFFFF00
+#define GRID_RADIUS 3
+#define GRID_SIZE 7     //(GRID_RADIUS*2+1)
+#define NUM_GRID_X 17
+#define NUM_GRID_Y 16
+#define NUM_GRID 272    //(NUM_GRID_X*NUM_GRID_Y)
+
+
+
+#endif //GLOBAL_H
\ No newline at end of file