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: docs/get-started/platforms/arduino.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -52,9 +52,14 @@ In the INO file you can see how to register a display and a touchpad for LVGL an
52
52
53
53
Note that, there is no dedicated INO file for every example. Instead, you can load an example by calling an `lv_example_...` function. For example `lv_example_btn_1()`.
54
54
55
-
**IMPORTANT**
55
+
**IMPORTANT NOTE 1**
56
56
Due to some the limitations of Arduino's build system you need to copy `lvgl/examples` to `lvgl/src/examples`. Similarly for the demos `lvgl/demos` to `lvgl/src/demos`.
57
57
58
+
59
+
**IMPORTANT NOTE 2**
60
+
Note that the `lv_examples` library is for LVGL v7 and you shouldn't install it for this version (since LVGL v8)
61
+
as the examples and demos are now part of the main LVGL library.
62
+
58
63
## Debugging and logging
59
64
60
65
LVGL can display debug information in case of trouble.
0 commit comments