ugfx/drivers/ginput/touch/STMPE811
Joel Bodenmann 2510f3e75b board file fix 2013-03-29 18:14:35 +01:00
..
ginput_lld.mk added basic STMPE811 skeleton 2013-03-08 00:56:59 +01:00
ginput_lld_mouse.c board file fix 2013-03-29 18:14:35 +01:00
ginput_lld_mouse_board_embest_dmstf4bb.h STMPE811: attempt to use FIFO 2013-03-29 01:15:07 +01:00
ginput_lld_mouse_board_example.h STMPE811: working reading, writing and interrupt 2013-03-25 01:10:32 +01:00
ginput_lld_mouse_config.h STMPE811 - initial 2013-03-29 18:10:22 +01:00
readme.txt added basic STMPE811 skeleton 2013-03-08 00:56:59 +01:00
stmpe811.h STMPE811: attempt to use FIFO 2013-03-29 01:15:07 +01: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 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/STMPE811/ginput_lld.mk