10 changed files with 12 additions and 1 deletions
@ -0,0 +1,3 @@ |
|||
DEMODIR = $(GFXLIB)/demos/tools/touch_driver_test |
|||
GFXINC += $(DEMODIR) |
|||
GFXSRC += $(DEMODIR)/main.c |
@ -0,0 +1,3 @@ |
|||
DEMODIR = $(GFXLIB)/demos/tools/touch_raw_readings |
|||
GFXINC += $(DEMODIR) |
|||
GFXSRC += $(DEMODIR)/main.c |
@ -0,0 +1,3 @@ |
|||
DEMODIR = $(GFXLIB)/demos/tools/uGFXnetDisplay |
|||
GFXINC += $(DEMODIR) |
|||
GFXSRC += $(DEMODIR)/main.c |
Loading…
Reference in new issue