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

Merge pull request #21007 from Enoch247/fix-stm32f429i-disc1-touch

boards/stm32f429i-disc1: fix touch screen axis
This commit is contained in:
benpicco 2024-11-20 16:25:03 +00:00 committed by GitHub
commit d169826005
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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