Skip to content

Commit 26ed7e6

Browse files
committed
boards/stm32f723e-disco: add touch panel conversion config
1 parent a61d4be commit 26ed7e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • boards/stm32f723e-disco/include

boards/stm32f723e-disco/include/board.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ extern "C" {
5656
#define FT5X06_PARAM_INT_PIN GPIO_PIN(PORT_I, 9) /**< Interrupt pin */
5757
#define FT5X06_PARAM_XMAX (240) /**< Max width */
5858
#define FT5X06_PARAM_YMAX (240) /**< Max height */
59+
#define FT5X06_PARAM_XYCONV FT5X06_NO_CONV /**< No coordinate conversion */
5960
#define FT5X06_PARAM_TYPE FT5X06_TYPE_FT6X06 /**< Device type */
6061
/** @} */
6162

0 commit comments

Comments
 (0)