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:
commit
d169826005
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user