HAL Library 23- TOUCH for STM32Fxxx

The TOUCH library is a “high” level library for touch operations. It requires low-level drivers for communication with your sensor/device, but for high level for user, always the same functions are used. This allows you flexibility between multiple low-level device drivers to be used with in your project if needed and also allows single lib to have the same features for all projects.

Library

Read more about new HAL libraries

Features

  • Custom selectable driver
  • Built-in drivers for STM32F429-EVAL and STM32F7-Discovery
  • Allows multi-touch up to 10 fingers
  • Allows rotation like LCD to have the same coordinates

Dependencies

  • HAL
  • TM
    • STM32Fxxx HAL
    • defines.h configuration file
    • TM I2C
    • TM TOUCH FT5336 for STM32F7-Discovery board
    • TM TOUCH TS3510 for STM32F429-EVAL board

Functions and enumerations

For all functions list, including setting up custom driver, please check my library API.

Example

Projects are available on Github, download all libraries below.

tilz0R

Owner of this site. Application engineer, currently employed by STMicroelectronics. Exploring latest technologies and owner of different libraries posted on Github.

You may also like...