mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-27 11:57:48 +08:00
docs(quick-overview): clarify which folders are required (#6250)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ba8642bbc8
commit
340fee4106
@@ -27,7 +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
|
- `Download <https://github.com/lvgl/lvgl/archive/master.zip>`__ or
|
||||||
clone the library from GitHub with ``git clone https://github.com/lvgl/lvgl.git``.
|
clone the library from GitHub with ``git clone https://github.com/lvgl/lvgl.git``.
|
||||||
- Copy the ``lvgl`` folder into your project.
|
- 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
|
- 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
|
``lvgl`` folder, change the first ``#if 0`` to ``1`` to enable the
|
||||||
file's content and set the :c:macro:`LV_COLOR_DEPTH` defines.
|
file's content and set the :c:macro:`LV_COLOR_DEPTH` defines.
|
||||||
|
|||||||
Reference in New Issue
Block a user