You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/10.mega/shields/giga-display-shield/tutorials/12.emwin-guide/content.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ void setup() {
63
63
}
64
64
```
65
65
66
-
### Window Manager
66
+
### Window Manager
67
67
68
68
The examples in this tutorial will be using the window manager method. This makes it easier to manage the screen elements and widgets. However, it is also possible to create emWin sketches without the window manager, which will be shown in this section.
69
69
@@ -228,7 +228,7 @@ void setup() {
228
228
229
229
void loop() {
230
230
/* Keep emWin alive, handle touch and other stuff */
0 commit comments