Skip to content

Commit

Permalink
boards/stm32f723e-disco: add touch panel conversion config
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Aug 14, 2023
1 parent f705e72 commit 2844f5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/stm32f723e-disco/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
/** @} */

Expand Down

0 comments on commit 2844f5a

Please sign in to comment.