Move the uGFX based tools into a sub-directory of demos so they can be compiled using the standard build system facility for building demo's.
This commit is contained in:
parent
6bc091035a
commit
93c9ebaa79
@ -2,7 +2,7 @@ This folder contains a few demos which explain how to use the library.
|
||||
|
||||
Only the main files are contained. No compile-able projects
|
||||
|
||||
All demos and examples stand under the BSD license as declared below and
|
||||
Most demos and examples stand under the BSD license as declared below and
|
||||
within each file:
|
||||
|
||||
/*
|
||||
@ -34,3 +34,5 @@ within each file:
|
||||
*/
|
||||
|
||||
Files under the 3rdparty directory are licensed as per the original contributor.
|
||||
Files under the tools directory are licensed with either the uGFX license or the BSD
|
||||
license - see each tool demo source code for its specific license.
|
||||
|
3
demos/tools/touch_driver_test/demo.mk
Normal file
3
demos/tools/touch_driver_test/demo.mk
Normal file
@ -0,0 +1,3 @@
|
||||
DEMODIR = $(GFXLIB)/demos/tools/touch_driver_test
|
||||
GFXINC += $(DEMODIR)
|
||||
GFXSRC += $(DEMODIR)/main.c
|
3
demos/tools/touch_raw_readings/demo.mk
Normal file
3
demos/tools/touch_raw_readings/demo.mk
Normal file
@ -0,0 +1,3 @@
|
||||
DEMODIR = $(GFXLIB)/demos/tools/touch_raw_readings
|
||||
GFXINC += $(DEMODIR)
|
||||
GFXSRC += $(DEMODIR)/main.c
|
3
demos/tools/uGFXnetDisplay/demo.mk
Normal file
3
demos/tools/uGFXnetDisplay/demo.mk
Normal file
@ -0,0 +1,3 @@
|
||||
DEMODIR = $(GFXLIB)/demos/tools/uGFXnetDisplay
|
||||
GFXINC += $(DEMODIR)
|
||||
GFXSRC += $(DEMODIR)/main.c
|
Loading…
Reference in New Issue
Block a user