TM STM32Fxxx HAL Libraries
v1.0.0
Libraries for STM32Fxxx (F0, F4 and F7 series) devices based on HAL drivers from ST from Tilen Majerle
|
Touch library for touch screen controllers - http://stm32f4-discovery.com/2015/08/hal-library-23-touch-for-stm32fxxx/. More...
Modules | |
TM_TOUCH_Macros | |
Library defines. | |
TM_TOUCH_Typedefs | |
Library Typedefs. | |
TM_TOUCH_Functions | |
Library Functions. | |
Touch library for touch screen controllers - http://stm32f4-discovery.com/2015/08/hal-library-23-touch-for-stm32fxxx/.
This library is a "high" level library for working with touch screens. It needs low level drivers (read/write functions) specially for your touch controller.
When you have your driver written, 2 functions are needed:
When you call TM_TOUCH_Init function, you also have to specify some parameters for low level functions.
Setting custom driver needs special structure where you pass pointers to your low level driver functions.
You can see example on how to do that.
Version 1.0 - First release
- STM32Fxxx HAL - defines.h - TM TOUCH TS3510 - TM TOUCH FT5336 - TM I2C - TM GPIO