Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
56bfdfb
Added first draft
BenjaminDannegard Feb 1, 2024
e0e3670
Linter fixes
BenjaminDannegard Feb 1, 2024
5efd434
Update content/hardware/10.mega/shields/giga-display-shield/tutorials…
karlsoderby Feb 2, 2024
2f8a843
Updated code examples
BenjaminDannegard Feb 2, 2024
52e8c61
Added empty image tags
BenjaminDannegard Feb 2, 2024
53725fa
Update content/hardware/10.mega/shields/giga-display-shield/tutorials…
BenjaminDannegard Feb 2, 2024
b321f52
Update content/hardware/10.mega/shields/giga-display-shield/tutorials…
BenjaminDannegard Feb 2, 2024
624ba8a
Update content/hardware/10.mega/shields/giga-display-shield/tutorials…
BenjaminDannegard Feb 2, 2024
fbf45de
Update content/hardware/10.mega/shields/giga-display-shield/tutorials…
BenjaminDannegard Feb 2, 2024
9c79ea2
Update content/hardware/10.mega/shields/giga-display-shield/tutorials…
BenjaminDannegard Feb 2, 2024
d6b59b1
Update content/hardware/10.mega/shields/giga-display-shield/tutorials…
BenjaminDannegard Feb 2, 2024
abb4d5f
Update content/hardware/10.mega/shields/giga-display-shield/tutorials…
BenjaminDannegard Feb 6, 2024
586747a
Update content/hardware/10.mega/shields/giga-display-shield/tutorials…
BenjaminDannegard Feb 6, 2024
8f97fb0
Update content/hardware/10.mega/shields/giga-display-shield/tutorials…
BenjaminDannegard Feb 6, 2024
c06127e
Update content/hardware/10.mega/shields/giga-display-shield/tutorials…
BenjaminDannegard Feb 6, 2024
12f19b1
Update content/hardware/10.mega/shields/giga-display-shield/tutorials…
BenjaminDannegard Feb 6, 2024
d38d439
Update content/hardware/10.mega/shields/giga-display-shield/tutorials…
BenjaminDannegard Feb 6, 2024
c1b12f7
Update content/hardware/10.mega/shields/giga-display-shield/tutorials…
BenjaminDannegard Feb 6, 2024
95ac4d7
added images
BenjaminDannegard Feb 8, 2024
55c0a0f
Updated images and gif
BenjaminDannegard Feb 9, 2024
b9ce886
added missing image
BenjaminDannegard Feb 9, 2024
18097c7
Replace gif with mp4
karlsoderby Feb 9, 2024
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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>
  • Loading branch information
BenjaminDannegard and leonardocavagnis authored Feb 6, 2024
commit c1b12f7f0bfd1f8d8b97e5a89f6ccde7f6ee7a77
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ In this section, we will go through the fundamental elements of an emWin sketch:

### emWin Screen Configuration

When creating elements, information about the screen and placement needs to be provided. Let's create a pointer variable that can be used whenever the screenspace needs to be used.
When creating elements, information about the screen and placement needs to be provided. The provided code initializes the emWin library, configuring display and touch controller settings. It sets the display to landscape mode, enables multi-buffering for the Windows manager, and creates a main window for content rendering.

**Full Example:**

Expand Down