ugfx/drivers/ginput/touch/FT5x06
Joel Bodenmann 77a70fe9b8 typo fix
2013-06-22 14:02:56 +02:00
..
ft5x06.h Added FT5x06 GINPUT driver 2013-06-22 05:00:48 +02:00
ginput_lld.mk Added FT5x06 GINPUT driver 2013-06-22 05:00:48 +02:00
ginput_lld_mouse.c Added FT5x06 GINPUT driver 2013-06-22 05:00:48 +02:00
ginput_lld_mouse_board.h typo fix 2013-06-22 14:02:56 +02:00
ginput_lld_mouse_board_example.h Added FT5x06 GINPUT driver 2013-06-22 05:00:48 +02:00
ginput_lld_mouse_config.h Added FT5x06 GINPUT driver 2013-06-22 05:00:48 +02:00
readme.txt Added FT5x06 GINPUT driver 2013-06-22 05:00:48 +02:00

To use this driver:

1. Add in your gfxconf.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/FT5x06/ginput_lld.mk