From 340fee410663826aa162baec179bb602ee0c9b79 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 27 May 2024 13:47:36 +0200 Subject: [PATCH] docs(quick-overview): clarify which folders are required (#6250) Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com> --- docs/get-started/quick-overview.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/get-started/quick-overview.rst b/docs/get-started/quick-overview.rst index 0e47c721c..89fa66efe 100644 --- a/docs/get-started/quick-overview.rst +++ b/docs/get-started/quick-overview.rst @@ -27,7 +27,8 @@ If you would rather try LVGL on your own project follow these steps: - `Download `__ or 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 ``lvgl`` folder, change the first ``#if 0`` to ``1`` to enable the file's content and set the :c:macro:`LV_COLOR_DEPTH` defines.