ugfx/drivers/ginput/touch/ADS7843
2013-01-11 19:39:36 +01:00
..
ginput_lld_mouse_board_example.h more doxygen 2012-12-18 23:15:47 +01:00
ginput_lld_mouse_board_firebull_stm32f103.h small doxygen fixes 2013-01-11 19:39:36 +01:00
ginput_lld_mouse_board_olimex_stm32_e407.h more doxygen 2012-12-18 23:15:47 +01:00
ginput_lld_mouse_config.h more doxygen 2012-12-18 23:15:47 +01:00
ginput_lld_mouse.c more doxygen 2012-12-18 23:15:47 +01:00
ginput_lld.mk Ginput and structure changes 2012-11-26 18:45:26 +10:00
readme.txt Ginput and structure changes 2012-11-26 18:45:26 +10: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/ADS7843/ginput_lld.mk