ugfx/drivers/ginput/touch/STMPE811
Mateusz Tomaszkiewicz dd1eb6c63d STMPE811: working reading, writing and interrupt
- Slightly changed rading and writing routines.
- Added delay after reset of STMPE811 in initialization code.
- STMPE811 "interrupt service routine"
- Comments, formatting etc.
- Another commit with unfinished driver.
2013-03-25 01:10:32 +01:00
..
ginput_lld.mk added basic STMPE811 skeleton 2013-03-08 00:56:59 +01:00
ginput_lld_mouse.c STMPE811: working reading, writing and interrupt 2013-03-25 01:10:32 +01:00
ginput_lld_mouse_board_embest_dmstf4bb.h STMPE811: working reading, writing and interrupt 2013-03-25 01:10:32 +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: working reading, writing and interrupt 2013-03-25 01:10:32 +01:00
readme.txt added basic STMPE811 skeleton 2013-03-08 00:56:59 +01:00
stmpe811.h STMPE811: working reading, writing and interrupt 2013-03-25 01:10:32 +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