Merge branch 'master' of https://bitbucket.org/Tectu/ugfx
This commit is contained in:
commit
ebf647b63a
10 changed files with 12 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue