Searched full:project (Results 1 – 25 of 98) sorted by relevance
1234
/lvgl-3.5.0/docs/get-started/platforms/ |
D | pc-simulator.md | 14 …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 …]
|
D | espressif.md | 7 ## 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 …]
|
D | nxp.md | 7 ## Creating new project with LVGL 8 Downloading the MCU SDK example project is recommended as a starting point. It comes fully configur… 75 #### Project setup: 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: 159 #### Project setup: 160 - Add VGLite related files to project:
|
D | cmake.md | 8 …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)
|
/lvgl-3.5.0/scripts/ |
D | Doxyfile | 4 # doxygen (www.doxygen.org) for a project. 17 # Project related configuration options 31 # project for which the documentation is generated. This name is used in the 33 # The default value is: My Project. 37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This 44 # for a project that appears at the top of each page and should give viewer a 45 # quick idea about the purpose of the project. Keep the description short. 249 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources 257 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or 265 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran [all …]
|
/lvgl-3.5.0/docs/ |
D | CODE_OF_CONDUCT.md | 5 …we as contributors and maintainers pledge to making participation in our project and our community… 27 Project maintainers are responsible for clarifying the standards of acceptable behavior and are exp… 29 Project maintainers have the right and responsibility to remove, edit, or reject comments, commits,… 33 …project spaces and in public spaces when an individual is representing the project or its communit… 37 …project team using the [contact form](https://lvgl.io/about). All complaints will be reviewed and … 39 Project maintainers who do not follow or enforce the Code of Conduct in good faith may face tempora…
|
D | CONTRIBUTING.md | 30 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 …]
|
D | conf.py | 69 # General information about the project. 70 project = 'LVGL' variable 74 # The version info for the project you're documenting, acts as replacement for 229 author, 'Contributors of LVGL', 'One line description of project.',
|
/lvgl-3.5.0/docs/porting/ |
D | project.md | 2 # 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…
|
/lvgl-3.5.0/docs/get-started/os/ |
D | rt-thread.md | 27 …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 …Project into Workspace`, and click `next` button. In the `BSP location area`, please select the ro…
|
/lvgl-3.5.0/docs/intro/ |
D | index.md | 50 The LVGL project (including all repositories) is licensed under [MIT license](https://github.com/lv… 53 It's not mandatory, but we highly appreciate it if you write a few words about your project in the … 57 To make the LVGL project sustainable, please consider [contributing](/CONTRIBUTING) to the project. 61 All repositories of the LVGL project are hosted on GitHub: https://github.com/lvgl
|
/lvgl-3.5.0/docs/overview/ |
D | style.md | 349 :project: lvgl 352 :project: lvgl 355 :project: lvgl 358 :project: lvgl
|
D | font.md | 152 There are several ways to add a new font to your project: 153 …st set the parameters, click the *Convert* button, copy the font to your project and use it. **Be … 169 5. Convert the font and copy the generated source code to your project. Make sure to compile the .c…
|
D | image.md | 21 These are usually stored within a project as C files. They are linked into the resulting executable… 77 …(#files). Choosing a variable will generate a standard C file that can be linked into your project. 328 :project: lvgl
|
D | timer.md | 94 :project: lvgl 97 :project: lvgl
|
D | indev.md | 139 :project: lvgl 148 :project: lvgl
|
/lvgl-3.5.0/docs/get-started/ |
D | quick-overview.md | 15 ## Add LVGL into your project 16 If you would rather try LVGL on your own project follow these steps: 19 - Copy the `lvgl` folder into your project.
|
/lvgl-3.5.0/ |
D | README.md | 183 …project and contribution is very welcome. There are many ways to contribute from simply speaking a…
|
/lvgl-3.5.0/.github/ |
D | auto-comment.yml | 5 …To ensure that all licensing criteria is met all repositories of the LVGL project apply a process … 10 …By contributing to any repositories of the LVGL project you state that your contribution correspon…
|
/lvgl-3.5.0/src/draw/sdl/ |
D | README.md | 23 …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/examples/widgets/dropdown/ |
D | lv_example_dropdown_3.c | 20 lv_dropdown_set_options(dropdown, "New project\n" in lv_example_dropdown_3() 24 "Open project\n" in lv_example_dropdown_3()
|
D | lv_example_dropdown_3.py | 34 "New project", 36 "Open project",
|
/lvgl-3.5.0/docs/libs/ |
D | ffmpeg.md | 11 ## Add FFmpeg to your project 35 :project: lvgl
|
D | freetype.md | 10 ## Add FreeType to your project 50 :project: lvgl
|
/lvgl-3.5.0/docs/overview/renderers/ |
D | arm-2d.md | 5 Arm-2D is an open-source project on Github. For more, please refer to: https://github.com/ARM-softw… 32 - [A Cortex-M55 (supports Helium) based MDK Project, PC emulation is available.](https://github.com…
|
1234