1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/stm32f723e-disco: add touch panel conversion config

This commit is contained in:
Gunar Schorcht 2023-08-09 11:28:04 +02:00
parent a61d4be36a
commit 26ed7e6955

View File

@ -56,6 +56,7 @@ extern "C" {
#define FT5X06_PARAM_INT_PIN GPIO_PIN(PORT_I, 9) /**< Interrupt pin */
#define FT5X06_PARAM_XMAX (240) /**< Max width */
#define FT5X06_PARAM_YMAX (240) /**< Max height */
#define FT5X06_PARAM_XYCONV FT5X06_NO_CONV /**< No coordinate conversion */
#define FT5X06_PARAM_TYPE FT5X06_TYPE_FT6X06 /**< Device type */
/** @} */