ugfx/drivers/touchscreen/ADS7843
Joel Bodenmann 87b6d98055 renamed touchpad into touchscreen 2012-11-10 00:05:01 +01:00
..
readme.txt renamed touchpad into touchscreen 2012-11-10 00:05:01 +01:00
touchscreen_lld.c renamed touchpad into touchscreen 2012-11-10 00:05:01 +01:00
touchscreen_lld.mk 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

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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