1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/adafruit-itsybitsy-m4
bors[bot] 51a39d0127
Merge #19355 #19883
19355: boards/adafruit-itsybitsy-m4: configure littleFS on external flash r=aabadie a=benpicco



19883: drivers/stmpe811: introduce conversion for X and Y coordinates r=aabadie a=gschorcht

### Contribution description

To obtain coordinates from the touch panel that correspond to the display coordinates, it is often necessary to convert the coordinates by swapping and mirroring. Instead of hard coding this conversion, it is now controlled by an additional conversion parameter. For the sake of simplicity, possible rotations are predefined.

The PR fixes `tests/pkg/lgvl_touch` for the `stm32f429i-disc1`  board where the coordinates from the touch panel seem to be mirrored in relation to the screen coordinates at the vertical axis.

### Testing procedure

Flash `tests/pkg/lvgl_touch`. Without this PR the coordinates of the button don't correspond to the touch panel coordinates once the button has been pressed. Instead they seem to be mirrored at the vertical axis. With this PR, the coordinates should be correct.

### Issues/PRs references


Co-authored-by: Benjamin Valentin <benpicco@beuth-hochschule.de>
Co-authored-by: Gunar Schorcht <gunar@schorcht.net>
2023-09-02 17:47:18 +00:00
..
include boards: convert sam0 boards to new adc_conf_chan_t 2022-09-27 22:43:31 +02:00
board.c Merge #19355 #19883 2023-09-02 17:47:18 +00:00
doc.txt boards: add adafruit-itsybitsy-m4 2021-02-09 16:15:34 +01:00
Kconfig boards/adafruit-itsybitsy-m4: fix kconfig usb_reset 2021-12-15 08:39:01 +01:00
Makefile boards/samd21-arduino-bootloader: rename to samdx1-arduino-bootloader 2021-02-09 19:44:03 +01:00
Makefile.dep boards/adafruit-itsybitsy-m4: configure littleFS on external flash 2023-03-06 20:00:54 +01:00
Makefile.features boards/*: Model usb and stdio in Kconfig 2023-05-31 13:04:42 +02:00
Makefile.include boards/samd21-arduino-bootloader: rename to samdx1-arduino-bootloader 2021-02-09 19:44:03 +01:00