Move gaudin oscilloscope demo to a new directory
This commit is contained in:
parent
5d758df8da
commit
2fb6697f2a
6 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
DEMODIR = $(GFXLIB)/demos/modules/gaudin
|
DEMODIR = $(GFXLIB)/demos/modules/audio/oscilloscope
|
||||||
GFXINC += $(DEMODIR)
|
GFXINC += $(DEMODIR)
|
||||||
GFXSRC += $(DEMODIR)/main.c $(DEMODIR)/gwinosc.c
|
GFXSRC += $(DEMODIR)/main.c $(DEMODIR)/gwinosc.c
|
|
@ -47,6 +47,7 @@
|
||||||
#define GFX_USE_GTIMER TRUE
|
#define GFX_USE_GTIMER TRUE
|
||||||
//#define GFX_USE_GADC TRUE
|
//#define GFX_USE_GADC TRUE
|
||||||
#define GFX_USE_GAUDIN TRUE
|
#define GFX_USE_GAUDIN TRUE
|
||||||
|
#define GFX_USE_GAUDOUT TRUE
|
||||||
|
|
||||||
/* Features for the GDISP sub-system. */
|
/* Features for the GDISP sub-system. */
|
||||||
#define GDISP_NEED_VALIDATION TRUE
|
#define GDISP_NEED_VALIDATION TRUE
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Loading…
Add table
Reference in a new issue