Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 25c5e25

Browse files
committed
Fix typo in LVGL tutorial
1 parent 6e5a57f commit 25c5e25

File tree

1 file changed

+1
-1
lines changed
  • content/tutorials/portenta-h7/por-ard-lvgl

1 file changed

+1
-1
lines changed

content/tutorials/portenta-h7/por-ard-lvgl/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void setup() {
6666
lv_label_set_text(label , "Counter");
6767

6868
// We move it to the center of the screen and align it centered
69-
lv_obj_align(label, NULL, LV_ALIGN_CENTER, 0, -40);
69+
lv_obj_align(label, NULL, LV_ALIGN_CENTER, 0, 0);
7070
}
7171
```
7272

0 commit comments

Comments
 (0)