diff --git a/boards/stm32f429i-disc1/include/board.h b/boards/stm32f429i-disc1/include/board.h index 1b24ee8923..3f24d7f6e7 100644 --- a/boards/stm32f429i-disc1/include/board.h +++ b/boards/stm32f429i-disc1/include/board.h @@ -57,6 +57,13 @@ extern "C" { #define L3GXXXX_INT2_PIN GPIO_PIN(PORT_A, 2) /**< INT2/DRDY pin used for L3Gxxxx */ /** @} */ +/** + * @brief stmpe811 driver parameters + * @{ + */ +#define STMPE811_PARAM_XYCONV (STMPE811_MIRROR_Y | STMPE811_SWAP_XY) +/** @} */ + #ifdef __cplusplus } #endif