Skip to content

Commit d38d439

Browse files
Update content/hardware/10.mega/shields/giga-display-shield/tutorials/12.emwin-guide/content.md
Co-authored-by: Leonardo Cavagnis <45899760+leonardocavagnis@users.noreply.github.com>
1 parent 12f19b1 commit d38d439

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/10.mega/shields/giga-display-shield/tutorials/12.emwin-guide

1 file changed

+1
-1
lines changed

content/hardware/10.mega/shields/giga-display-shield/tutorials/12.emwin-guide/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void setup() {
6767

6868
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.
6969

70-
Here is an example that will make the screens background color red and print the text "Hello world" on the screen. Lets first take a look at how this would look without the window manager:
70+
Here is an example that sets the screen background color to green and prints the text "Hello world" in red on the screen. Lets first take a look at how this would look without the window manager:
7171

7272
```arduino
7373
#include <DIALOG.h>

0 commit comments

Comments
 (0)