ugfx/drivers/touchscreen/MCU
2012-11-26 00:33:56 +01:00
..
readme.txt added MCU driver dummy - not implemented yet 2012-11-12 00:07:35 +01:00
touchscreen_lld_config.h implemented MCU touchscreen driver 2012-11-25 23:33:10 +01:00
touchscreen_lld.c touchscreen MCU driver fix 2012-11-26 00:33:56 +01:00
touchscreen_lld.mk added MCU driver dummy - not implemented yet 2012-11-12 00:07:35 +01:00

To use this driver:

1. Add in your halconf.h:
	a) #define GFX_USE_TOUCHSCREEN		TRUE

2. To your makefile add the following lines:
	include $(GFXLIB)/drivers/touchscreen/MCU/touchscreen_lld.mk