tests/driver_stmpe811: update application README

This commit is contained in:
Alexandre Abadie 2020-07-21 21:25:35 +02:00
parent 37b096562a
commit 9b3e94bf34
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -13,21 +13,17 @@ make -C tests/driver_stmpe811 flash term
## Expected output
The application initializes the STMPE811 and displays "Pressed!" when a touch
event is detected.
Current touch positions are printed in terminal while holding the screen
pressed.
event is detected. The position of the touch event is also displayed.
"Released" is displayed when the screen is released.
```
2020-02-10 10:20:17,647 # Pressed!
2020-02-10 10:20:17,653 # X: 167, Y:81
2020-02-10 10:20:17,659 # X: 165, Y:75
2020-02-10 10:20:17,671 # X: 165, Y:69
2020-02-10 10:20:17,689 # X: 166, Y:68
2020-02-10 10:20:17,701 # X: 167, Y:68
2020-02-10 10:20:17,713 # X: 169, Y:69
2020-02-10 10:20:17,725 # X: 170, Y:69
2020-02-10 10:20:17,737 # X: 170, Y:70
2020-02-10 10:20:17,755 # X: 173, Y:69
2020-02-10 10:20:17,761 # Released!
2020-07-21 21:24:49,286 # Pressed!
2020-07-21 21:24:49,293 # X: 132, Y:138
2020-07-21 21:24:49,826 # Released!
2020-07-21 21:24:51,218 # Pressed!
2020-07-21 21:24:51,219 # X: 42, Y:16
2020-07-21 21:24:51,614 # Released!
2020-07-21 21:24:53,385 # Pressed!
2020-07-21 21:24:53,385 # X: 197, Y:64
2020-07-21 21:24:53,588 # Released!
```