From 2fb6697f2a64653ae73abffb18b45fccea904aa8 Mon Sep 17 00:00:00 2001 From: inmarket Date: Thu, 6 Mar 2014 19:58:13 +1000 Subject: [PATCH] Move gaudin oscilloscope demo to a new directory --- .../modules/{gaudin => audio/oscilloscope}/demo.mk | 2 +- .../{gaudin => audio/oscilloscope}/gfxconf.h | 1 + .../{gaudin => audio/oscilloscope}/gwinosc.c | 0 .../{gaudin => audio/oscilloscope}/gwinosc.h | 0 demos/modules/{gaudin => audio/oscilloscope}/main.c | 0 .../oscilloscope}/results_264x264.jpg | Bin 6 files changed, 2 insertions(+), 1 deletion(-) rename demos/modules/{gaudin => audio/oscilloscope}/demo.mk (57%) rename demos/modules/{gaudin => audio/oscilloscope}/gfxconf.h (98%) rename demos/modules/{gaudin => audio/oscilloscope}/gwinosc.c (100%) rename demos/modules/{gaudin => audio/oscilloscope}/gwinosc.h (100%) rename demos/modules/{gaudin => audio/oscilloscope}/main.c (100%) rename demos/modules/{gaudin => audio/oscilloscope}/results_264x264.jpg (100%) diff --git a/demos/modules/gaudin/demo.mk b/demos/modules/audio/oscilloscope/demo.mk similarity index 57% rename from demos/modules/gaudin/demo.mk rename to demos/modules/audio/oscilloscope/demo.mk index 1b57f289..ffdf6980 100644 --- a/demos/modules/gaudin/demo.mk +++ b/demos/modules/audio/oscilloscope/demo.mk @@ -1,3 +1,3 @@ -DEMODIR = $(GFXLIB)/demos/modules/gaudin +DEMODIR = $(GFXLIB)/demos/modules/audio/oscilloscope GFXINC += $(DEMODIR) GFXSRC += $(DEMODIR)/main.c $(DEMODIR)/gwinosc.c diff --git a/demos/modules/gaudin/gfxconf.h b/demos/modules/audio/oscilloscope/gfxconf.h similarity index 98% rename from demos/modules/gaudin/gfxconf.h rename to demos/modules/audio/oscilloscope/gfxconf.h index 8733268d..8af25391 100644 --- a/demos/modules/gaudin/gfxconf.h +++ b/demos/modules/audio/oscilloscope/gfxconf.h @@ -47,6 +47,7 @@ #define GFX_USE_GTIMER TRUE //#define GFX_USE_GADC TRUE #define GFX_USE_GAUDIN TRUE +#define GFX_USE_GAUDOUT TRUE /* Features for the GDISP sub-system. */ #define GDISP_NEED_VALIDATION TRUE diff --git a/demos/modules/gaudin/gwinosc.c b/demos/modules/audio/oscilloscope/gwinosc.c similarity index 100% rename from demos/modules/gaudin/gwinosc.c rename to demos/modules/audio/oscilloscope/gwinosc.c diff --git a/demos/modules/gaudin/gwinosc.h b/demos/modules/audio/oscilloscope/gwinosc.h similarity index 100% rename from demos/modules/gaudin/gwinosc.h rename to demos/modules/audio/oscilloscope/gwinosc.h diff --git a/demos/modules/gaudin/main.c b/demos/modules/audio/oscilloscope/main.c similarity index 100% rename from demos/modules/gaudin/main.c rename to demos/modules/audio/oscilloscope/main.c diff --git a/demos/modules/gaudin/results_264x264.jpg b/demos/modules/audio/oscilloscope/results_264x264.jpg similarity index 100% rename from demos/modules/gaudin/results_264x264.jpg rename to demos/modules/audio/oscilloscope/results_264x264.jpg