ugfx/drivers/touchscreen/MCU
Joel Bodenmann 9c74a08131 implemented MCU touchscreen driver 2012-11-25 23:33:10 +01:00
..
readme.txt added MCU driver dummy - not implemented yet 2012-11-12 00:07:35 +01:00
touchscreen_lld.c implemented MCU touchscreen driver 2012-11-25 23:33:10 +01:00
touchscreen_lld.mk 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

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/MCU/touchscreen_lld.mk