From 4e393178f39d9aad48756923eac8c6d1687a7e2a Mon Sep 17 00:00:00 2001 From: Miguel Magno <56565368+Miguel0101@users.noreply.github.com> Date: Fri, 5 Nov 2021 08:18:40 -0300 Subject: [PATCH] docs: fix typo (#2765) --- docs/get-started/arduino.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/arduino.md b/docs/get-started/arduino.md index b7811d85e..ea420c8db 100644 --- a/docs/get-started/arduino.md +++ b/docs/get-started/arduino.md @@ -42,7 +42,7 @@ TFT_eSPI is used as the display driver. In the INO file you can see how to register a display and a touchpad for LVGL and call an example. Note that, there is no dedicated INO file for every example, but you can open the examples in `lvgl/examples` folder and copy-paste them to your INO file. -You can NOT call the examples like `lv_example_btn_1()` becuase the Arduino doesn't compile the examples. +You can NOT call the examples like `lv_example_btn_1()` because the Arduino doesn't compile the examples. You can the [lv_demos](https://github.com/lvgl/lv_demos) library which needs to be installed and configured separately.