Home
last modified time | relevance | path

Searched refs:project (Results 1 – 25 of 84) sorted by relevance

1234

/lvgl-3.5.0/docs/get-started/platforms/
Despressif.md7 ## LVGL demo project for ESP32
9 We've created [lv_port_esp32](https://github.com/lvgl/lv_port_esp32), a project using ESP-IDF and L…
10 You can configure the project to use one of the many supported display controllers and targets (chi…
15 ## Using LVGL in your ESP-IDF project
26 … your `project_root/components` directory and it will be automatically integrated into the project.
27 If the project is a git repository you can include LVGL as a git submodule:
38 …ponent](https://components.espressif.com/component/lvgl/lvgl) into their project with following co…
44 During next project build, LVGL component will be fetched from the component registry and added to
48 …ure LVGL, launch the configuration menu with `idf.py menuconfig` in your project root directory, g…
50 ## Using lvgl_esp32_drivers in ESP-IDF project
[all …]
Dpc-simulator.md14 …ents). Choose your favorite IDE, read its README on GitHub, download the project, and load it to t…
23 External project not maintained by the LVGL organization:
77 ### Pre-configured project
79 A pre-configured graphics library project (based on the latest release) is always available to get …
81 (Please note that, the project is configured for Eclipse CDT).
83 ### Add the pre-configured project to Eclipse CDT
85 …configured project there. After that, you can accept the workspace path. Of course you can modify …
87 …port** and choose **General->Existing project into Workspace**. **Browse the root directory** o…
91 - Copy the **SDL2.dll** into the project's Debug folder
92 - Right-click on the project -> Project properties -> C/C++ Build -> Settings -> Librar…
[all …]
Dcmake.md8 …econfigured targets you can also use "plain" CMake to integrate LVGL into any custom C/C++ project.
17 …. [GitHub](https://github.com/). Here is an example how we might include LVGL into our own project.
23 project(MyProject LANGUAGES C CXX)
Dnxp.md7 ## Creating new project with LVGL
8 Downloading the MCU SDK example project is recommended as a starting point. It comes fully configur…
76 - Add PXP related files to project:
82 …related code depends on two drivers provided by MCU SDK. These drivers need to be added to project:
160 - Add VGLite related files to project:
/lvgl-3.5.0/docs/
DCODE_OF_CONDUCT.md5 …we as contributors and maintainers pledge to making participation in our project and our community…
33project spaces and in public spaces when an individual is representing the project or its communit…
37project team using the [contact form](https://lvgl.io/about). All complaints will be reviewed and …
39 …ce temporary or permanent repercussions as determined by other members of the project's leadership.
DCONTRIBUTING.md30 A PR is a notification like "Hey, I made some updates to your project. Here are the changes, you ca…
31 To do this you need a copy (called fork) of the original project under your account, make some chan…
122 To ensure all licensing criteria are met for every repository of the LVGL project, we apply a proce…
126 By contributing to any repositories of the LVGL project you agree that your contribution complies w…
184 Showing your project to others is a win-win situation because it increases your and LVGL's reputati…
186 You can post about your project on Twitter, Facebook, LinkedIn, create a YouTube video, and so on.
192 It's a good place to talk about a project you created with LVGL, write a tutorial, or share some ni…
200 If you don't want to speak about your project publicly, feel free to use [Contact form](https://lvg…
245 Participating in the discussions is one of the best ways to become part of the project and get to k…
282 ### Move your project repository under LVGL organization
[all …]
Dconf.py70 project = 'LVGL' variable
Dindex.md13 …l"><img class="home-img" src="_static/img/home_1.png" alt="Get familiar with the LVGL project"></a>
/lvgl-3.5.0/docs/libs/
Dffmpeg.md11 ## Add FFmpeg to your project
35 :project: lvgl
Dfreetype.md10 ## Add FreeType to your project
50 :project: lvgl
Dqrcode.md38 :project: lvgl
Dpng.md26 :project: lvgl
Dgif.md38 :project: lvgl
/lvgl-3.5.0/src/draw/sdl/
DREADME.md23 …ntains modified code from [android-stackblur](https://github.com/kikoso/android-stackblur) project.
28 Contains modified code from [C-LRU-Cache](https://github.com/willcannings/C-LRU-Cache) project. No …
/lvgl-3.5.0/docs/porting/
Dindex.md9 project
Dproject.md2 # Set up a project
10 ## Add lvgl to your project
15 …folders copied to the project folder (as Eclipse or VSCode does), you can simply copy the `lvgl` f…
32 …a `demos` folder. If you needed to add the source files manually to your project, you can do the s…
Dtick.md29 :project: lvgl
/lvgl-3.5.0/
DCMakeLists.txt4 project(lvgl HOMEPAGE_URL https://github.com/lvgl/lvgl)
/lvgl-3.5.0/docs/others/
Dimgfont.md24 :project: lvgl
Dmonkey.md33 :project: lvgl
/lvgl-3.5.0/docs/widgets/extra/
Dspinner.md42 :project: lvgl
Danimimg.md47 :project: lvgl
Dlist.md49 :project: lvgl
/lvgl-3.5.0/docs/get-started/os/
Drt-thread.md27 …ad users can easily download LVGL source code and combine with RT-Thread project. RT-Thread commun…
46 ### Import a BSP project into RT-Thread Studio
48 …75-atk-pandora`. In the `Project Name area`, please type a name for this project, then, press `Fin…
/lvgl-3.5.0/docs/widgets/core/
Dbtn.md44 :project: lvgl

1234