Searched full:description (Results 1 – 25 of 72) sorted by relevance
123
/lvgl-3.6.0/env_support/cmsis-pack/ |
D | LVGL.lvgl.pdsc | 26 …description>LVGL (Light and Versatile Graphics Library) is a free and open-source graphics library… 128 <description>Arm Compiler 5 (armcc) or Arm Compiler 6 (armclang).</description> 134 <description>GNU Tools for Arm Embedded Processors.</description> 138 <description>Support All Cortex-M based processors</description> 156 <description>Require CMSIS-CORE Support</description> 163 … <description>Compile Cortex-M Processors with GNU Tools for Arm Embedded Processors.</description> 168 … <description>Compile Cortex-M Processors with GNU Tools for Arm Embedded Processors.</description> 174 … <description>Compile Cortex-M Processors with GNU Tools for Arm Embedded Processors.</description> 180 … <description>Compile Cortex-M Processors with GNU Tools for Arm Embedded Processors.</description> 188 <description>Require LVGL Essential Service</description> [all …]
|
/lvgl-3.6.0/scripts/ |
D | Doxyfile | 43 # Using the PROJECT_BRIEF tag one can provide an optional one line description 45 # quick idea about the purpose of the project. Keep the description short. 104 # description of a member or function before the detailed description 112 # This tag implements a quasi-intelligent brief description abbreviator that is 114 # as the leading text of the brief description, will be stripped from the text 116 # text. Otherwise, the brief description is used as-is. If left blank, the 135 # description. 185 # description. If set to NO, the Javadoc-style will behave just like regular Qt- 187 # description.) 193 # line (until the first dot) of a Qt-style comment as the brief description. If [all …]
|
/lvgl-3.6.0/docs/_ext/ |
D | lv_example.py | 20 'description': directives.unchanged 76 …description_html = f"<div class='lv-example-description'>{self.options.get('description', '')}</di…
|
/lvgl-3.6.0/docs/ |
D | conf.py | 215 # (source start file, name, description, authors, manual section). 226 # dir menu entry, description, category) 229 author, 'Contributors of LVGL', 'One line description of project.',
|
D | CONTRIBUTING.md | 82 `<subject>` contains a short description of the change: 258 - Add description in the [docs](https://github.com/lvgl/lvgl/tree/master/docs)
|
D | CHANGELOG.md | 59 - fix(docs): dropdown: fix function name in description of static options [`4535`](https://github.c… 844 - docs(indev): add description about gestures [`2719862`](https://github.com/littlevgl/lvgl/commit/… 848 - docs(fs): update fs interface description to the latest API [`285e6b3`](https://github.com/little… 1128 - fix(docs) add margin for example description [`b5f632e`](https://github.com/lvgl/lvgl/commit/b5f6… 1357 - docs(style) complete the description of style the properties [`55e8846`](https://github.com/lvgl/… 1359 - docs(style) complete the description of style the properties [`ff087da`](https://github.com/lvgl/…
|
D | index.md | 17 … class="home-img" src="_static/img/home_5.png" alt="Take a look at the description of the availabl…
|
/lvgl-3.6.0/.github/ |
D | pull_request_template.md | 1 ### Description of the feature or fix 3 A clear and concise description of what the bug or new feature is.
|
D | auto-comment.yml | 8 …For a more detailed description see the [Documentation](https://docs.lvgl.io/latest/en/html/contri…
|
/lvgl-3.6.0/.github/ISSUE_TEMPLATE/ |
D | bug-report.md | 23 A clear and concise description of what the bug is. 38 A clear and concise description of what you expected to happen.
|
D | dev-discussion.md | 18 A clear and concise description of the problem.
|
/lvgl-3.6.0/src/draw/nxp/vglite/ |
D | lv_draw_vglite_rect.h | 63 * @param[in] dsc Description of the rectangle background 77 * @param[in] dsc Description of the rectangle border/outline
|
D | lv_draw_vglite_arc.h | 65 * @param[in] dsc Arc description structure (width, rounded ending, opacity)
|
D | lv_draw_vglite_line.h | 65 * @param[in] dsc Line description structure (width, rounded ending, opacity, ...)
|
/lvgl-3.6.0/src/extra/libs/png/ |
D | lodepng.h | 263 /*Returns an English description of the numerical error code.*/ 471 text_strings, while text_keys are keywords that give a short description what 472 the actual text represents, e.g. Title, Author, Description, or anything else. 1533 lodepng_error_text: given the numerical error code, it returns a description 1880 *) 7 nov 2010: added LodePNG_error_text function to get error code description.
|
/lvgl-3.6.0/docs/intro/ |
D | index.md | 89 - `fix/some-description` temporary branches for bug fixes 90 - `feat/some-description` temporary branches for features
|
/lvgl-3.6.0/demos/widgets/ |
D | lv_demo_widgets.c | 237 lv_label_set_text(dsc, "This is a short description of me. Take a look at my profile!"); in profile_create() 410 LV_GRID_CONTENT, /*Description*/ in profile_create() 483 LV_GRID_CONTENT, /*Description*/ in profile_create()
|
/lvgl-3.6.0/examples/widgets/animimg/ |
D | index.rst | 7 :description: A simple example to demonstrate the use of an animation image.
|
/lvgl-3.6.0/examples/widgets/arc/ |
D | index.rst | 7 :description: A simple example to demonstrate the use of an arc.
|
/lvgl-3.6.0/ |
D | idf_component.yml | 1 description: LVGL - Light and Versatile Graphics Library
|
D | library.json | 5 …"description": "Graphics library to create embedded GUI with easy-to-use graphical elements, beaut… string
|
/lvgl-3.6.0/src/extra/ |
D | README.md | 13 - Add description in the [docs](https://github.com/lvgl/lvgl/tree/master/docs)
|
/lvgl-3.6.0/docs/_static/css/ |
D | custom.css | 93 .lv-example-description {
|
/lvgl-3.6.0/scripts/built_in_font/ |
D | built_in_font_gen.py | 8 parser = argparse.ArgumentParser(description="""Create fonts for LVGL including the built-in symbol…
|
/lvgl-3.6.0/docs/get-started/platforms/ |
D | renesas.md | 2 …ation in no time. For more information, check out the [Software design description](https://github…
|
123