We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1887b89 commit c760620Copy full SHA for c760620
examples/stm32/f4/stm32f429i-discovery/ts-i2c/README
@@ -2,12 +2,8 @@ README ts-i2c
2
-----------------
3
4
This example sets up a very basic LCD display on the DISCO
5
-board and fills it with green.
6
-After a keypress on the console the screen will go red.
7
-From this moment on, pressing on the touchscreen will turn
8
-the screen green and it will output coordinates on the console.
+board and fills it with red.
+Pressing on the touchscreen will turn the screen green.
9
10
The stmpe811 example driver uses i2c to communicate with the
11
touchscreen.
12
-
13
-This example is largely based on the lcd-serial example.
0 commit comments