From 6d6d630c925e65a0c28e9aff6a680a89edbd86b8 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 17 Aug 2012 11:23:53 +0100 Subject: testing gps --- beat.wav | Bin 0 -> 720008 bytes domst.xml | 6 ++++++ synth.wav | Bin 0 -> 157700 bytes tomorrowthegroundGUI/data/domst_index.png | Bin 0 -> 4987 bytes tomorrowthegroundGUI/tomorrowthegroundGUI.pde | 1 + 5 files changed, 7 insertions(+) create mode 100644 beat.wav create mode 100644 synth.wav create mode 100644 tomorrowthegroundGUI/data/domst_index.png diff --git a/beat.wav b/beat.wav new file mode 100644 index 0000000..3384984 Binary files /dev/null and b/beat.wav differ diff --git a/domst.xml b/domst.xml index f506754..9ff3bca 100644 --- a/domst.xml +++ b/domst.xml @@ -3,6 +3,12 @@ + + + + + + diff --git a/synth.wav b/synth.wav new file mode 100644 index 0000000..481d3d1 Binary files /dev/null and b/synth.wav differ diff --git a/tomorrowthegroundGUI/data/domst_index.png b/tomorrowthegroundGUI/data/domst_index.png new file mode 100644 index 0000000..6967a9b Binary files /dev/null and b/tomorrowthegroundGUI/data/domst_index.png differ diff --git a/tomorrowthegroundGUI/tomorrowthegroundGUI.pde b/tomorrowthegroundGUI/tomorrowthegroundGUI.pde index 7c2cf6b..4bede0b 100644 --- a/tomorrowthegroundGUI/tomorrowthegroundGUI.pde +++ b/tomorrowthegroundGUI/tomorrowthegroundGUI.pde @@ -33,6 +33,7 @@ void setup() case 3: bgmaps[0] = loadImage("domst.png"); bgmaps[1] = loadImage("domst_grad.png"); + bgmaps[1] = loadImage("domst_index.png"); lat1=53.353241; lng1=-6.268789; lat2=53.35171; -- cgit v1.2.3