ugfx/drivers/touchscreen/ADS7843
2012-11-10 16:46:02 +01:00
..
readme.txt renamed touchpad into touchscreen 2012-11-10 00:05:01 +01:00
touchscreen_lld_config.h renamed touchpad into touchscreen 2012-11-10 00:05:01 +01:00
touchscreen_lld.c renamed tsIRQ() into tsPressed() 2012-11-10 16:46:02 +01:00
touchscreen_lld.mk renamed touchpad into touchscreen 2012-11-10 00:05:01 +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/ADS7843/touchscreen_lld.mk