ugfx/drivers/ginput/touch/FT5x06
Joel Bodenmann d45bba45e1 doxygen fix 2013-06-28 17:50:45 +02:00
..
ft5x06.h doxygen fix 2013-06-28 17:50:45 +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 doxygen fix 2013-06-28 17:50:45 +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

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 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