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 c760620 commit 783822dCopy full SHA for 783822d
examples/stm32/f4/stm32f429i-discovery/ts-i2c/README
@@ -5,5 +5,7 @@ This example sets up a very basic LCD display on the DISCO
5
board and fills it with red.
6
Pressing on the touchscreen will turn the screen green.
7
8
+It uses some graphics code that was inspired by AdaFruit graphics library.
9
+
10
The stmpe811 example driver uses i2c to communicate with the
11
touchscreen.
examples/stm32/f4/stm32f429i-discovery/ts-i2c/gfx.c
@@ -42,8 +42,6 @@
42
#include <stdlib.h>
43
#include "gfx.h"
44
45
-#define pgm_read_byte(addr) (*(const unsigned char *)(addr))
46
-
47
struct gfx_state __gfx_state;
48
49
void
0 commit comments