ugfx/drivers/touchscreen/MCU
Joel Bodenmann 2d449b1f7c fix
2012-12-02 15:36:55 +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 fix 2012-12-02 15:36:55 +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