Skip to content

Commit

Permalink
Update docs/get-started/quick-overview.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
  • Loading branch information
kisvegabor and liamHowatt committed May 24, 2024
1 parent 5352ecb commit d4bae71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/get-started/quick-overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ If you would rather try LVGL on your own project follow these steps:

- `Download <https://github.com/lvgl/lvgl/archive/master.zip>`__ or
clone the library from GitHub with ``git clone https://github.com/lvgl/lvgl.git``.
- Copy the ``lvgl`` folder into your project. If you wish you can add only ``lvgl/src``
for LVGL itself, and ``lvgl/examples`` and ``lvgl/demos`` for the eaxmples and demos respectively.
- Copy the ``lvgl`` folder into your project. If you wish you can add only ``lvgl/lvgl.h``, ``lvgl/lv_version.h``, and ``lvgl/src``
for LVGL itself, and ``lvgl/examples`` and ``lvgl/demos`` for the examples and demos respectively.
- Copy ``lvgl/lv_conf_template.h`` as ``lv_conf.h`` next to the
``lvgl`` folder, change the first ``#if 0`` to ``1`` to enable the
file's content and set the :c:macro:`LV_COLOR_DEPTH` defines.
Expand Down

0 comments on commit d4bae71

Please sign in to comment.