ugfx/drivers/ginput/touch/XPT2046
Joel Bodenmann 8bc7b22ce7 doxygen
2012-12-18 22:04:35 +01:00
..
ginput_lld_mouse_board_example.h doxygen 2012-12-18 22:04:35 +01:00
ginput_lld_mouse_board_firebull_stm32f103.h doxygen 2012-12-18 22:04:35 +01:00
ginput_lld_mouse_config.h doxygen 2012-12-18 22:04:35 +01:00
ginput_lld_mouse.c doxygen 2012-12-18 22:04:35 +01:00
ginput_lld.mk correct typo 2012-12-17 21:23:23 +01:00
readme.txt added XPT2046 ginput driver 2012-11-30 00:21:46 +01:00

To use this driver:

1. Add in your halconf.h:
	a) #define GFX_USE_GINPUT			TRUE
	b) #define GINPUT_NEED_MOUSE		TRUE

2. To your makefile add the following lines:
	include $(GFXLIB)/drivers/ginput/touch/XPT2046/ginput_lld.mk