Searched full:documentation (Results 1 – 25 of 64) sorted by relevance
123
/lvgl-3.5.0/scripts/ |
D | Doxyfile | 3 # This file describes the settings to be used by the documentation system 31 # project for which the documentation is generated. This name is used in the 38 # could be handy for archiving the generated documentation or if some version 50 # in the documentation. The maximum height of the logo should not exceed 55 57 # into which the generated documentation will be written. If a relative path is 82 # documentation generated by doxygen is written. Doxygen will use this 98 # documentation (similar to Javadoc). Set to NO to disable this. 141 # inherited members of a class in the documentation of that class as if those 168 # path mentioned in the documentation of a class, which tells the reader which 213 # documentation from any documented member that it re-implements. [all …]
|
D | style_api_gen.py | 329 … cursor on the text area or scroll time of a roller. See the widgets' documentation to learn more.… 333 … cursor on the text area or scroll time of a roller. See the widgets' documentation to learn more.… 337 …ning is widget specific. E.g. scroll speed of label. See the widgets' documentation to learn more.… 349 …g to the policies set for the layout. For the possible values see the documentation of the layouts…
|
/lvgl-3.5.0/docs/ |
D | conf.py | 4 # LVGL documentation build configuration file, created by 18 # documentation root, use os.path.abspath to make it absolute, like shown here. 34 # If your documentation needs a minimal Sphinx version, state it here. 83 # The language for content autogenerated by Sphinx. Refer to documentation 105 # The theme to use for HTML and HTML Help pages. See the documentation for 112 # documentation. 207 (master_doc, 'LVGL.tex', 'LVGL Documentation ' + version, 217 (master_doc, 'lvgl', 'LVGL Documentation ' + version, 228 (master_doc, 'LVGL', 'LVGL Documentation ' + version,
|
D | CONTRIBUTING.md | 17 - Be sure to read the relevant part of the documentation before posting a question. 29 Merging new code into the lvgl, documentation, blog, examples, and other repositories happen via *P… 75 - `docs` anything related to the documentation (even fixes, formatting, and new pages) 205 Each widgets' documentation contains examples. For instance, here are the examples of the [Drop-dow… 217 As you read the documentation you might see some typos or unclear sentences. All the documentation … 220 Note that the documentation is also formatted in [Markdown](https://github.com/adam-p/markdown-here… 223 …ou might find bugs. Before reporting them be sure to check the relevant parts of the documentation.
|
D | CHANGELOG.md | 1307 - Spelling and other language fixes to documentation [`2293`](https://github.com/lvgl/lvgl/pull/229… 1411 - Spelling and other language fixes to documentation (#2293) <a href="https://github.com/lvgl/lvgl/… 1509 …er changes in widgets that are not detailed here. Please refer to the documentation of the widgets. 1526 …- The other parts are mainly minor renames and refactoring. See the functions' documentation for d… 1843 ### Documentation subsection 1883 …s://docs.littlevgl.com/v7/en/html/overview/style.html) section of the documentation to learn how t…
|
D | index.md | 7 # Welcome to the documentation of LVGL!
|
/lvgl-3.5.0/src/extra/libs/qrcode/ |
D | qrcodegen.c | 8 * this software and associated documentation files (the "Software"), to deal in 127 // Public function - see documentation comment in header file. 165 // Public function - see documentation comment in header file. 194 // Public function - see documentation comment in header file. 202 // Public function - see documentation comment in header file. 738 // Public function - see documentation comment in header file. 748 // Public function - see documentation comment in header file. 796 // Public function - see documentation comment in header file. 807 // Public function - see documentation comment in header file. 818 // Public function - see documentation comment in header file. [all …]
|
/lvgl-3.5.0/ |
D | README.md | 49 * [Documentation](http://docs.lvgl.io/) and API references online and in PDF 122 2. Read the [Introduction](https://docs.lvgl.io/master/intro/index.html) page of the documentation … 128 8. Check the documentation of the [Widgets](https://docs.lvgl.io/master/widgets/index.html) to see … 183 … speaking about your project, through writing examples, improving the documentation, fixing bugs t… 185 …sit the [Contributing](https://docs.lvgl.io/master/CONTRIBUTING.html) section of the documentation.
|
D | idf_component.yml | 4 documentation: https://docs.lvgl.io/
|
D | LICENCE.txt | 4 …harge, to any person obtaining a copy of this software and associated documentation files (the “So…
|
/lvgl-3.5.0/src/extra/libs/png/ |
D | lodepng.h | 16 in a product, an acknowledgment in the product documentation would be 342 …LodePNGColorType colortype; /*color type, see PNG standard or documentation further in this header… 343 …unsigned bitdepth; /*bits per sample, see PNG standard or documentation further in this header fi… 1093 LodePNG Documentation 1257 Most documentation on using the decoder is at its declarations in the header 1278 at its declaration documentation. 1308 Most documentation on using the encoder is at its declarations in the header 1883 Reorganized the documentation and the declaration order in the header. 1941 *) 15 okt 2006: Changed documentation structure 1951 *) 23 jun 2006: Added SDL example in the documentation in the header, this [all …]
|
D | lodepng.c | 16 in a product, an acknowledgment in the product documentation would be 482 /*See ensureBits documentation above. This one ensures exactly 1 bit */ 489 /*See ensureBits documentation above. This one ensures up to 9 bits */ 505 /*See ensureBits documentation above. This one ensures up to 17 bits */ 523 /*See ensureBits documentation above. This one ensures up to 25 bits */ 542 /*See ensureBits documentation above. This one ensures up to 32 bits */ 4972 …/*TODO: check if this works according to the statement in the documentation: "The converter can co… in lodepng_decode() 6140 the documentation of all the error codes.
|
/lvgl-3.5.0/docs/get-started/ |
D | index.md | 5 …uction](https://docs.lvgl.io/latest/en/html/intro/index.html) page of the documentation (5 minutes) 6 …https://docs.lvgl.io/master/get-started/quick-overview.html) page of the documentation (15 minutes) 12 9. Check the documentation of the [Widgets](https://docs.lvgl.io/master/widgets/index.html) to see …
|
D | quick-overview.md | 118 To see the full API visit the documentation of the widgets or the related header file (e.g. [lvgl/s… 159 Read the widgets' documentation to learn which parts each uses.
|
/lvgl-3.5.0/docs/get-started/platforms/ |
D | tasmota-berry.md | 71 - [Tasmota Documentation](https://tasmota.github.io/docs/) 72 - [Berry Documentation](https://github.com/berry-lang/berry/wiki/Reference) 73 - [Tasmota LVGL Berry documentation](https://tasmota.github.io/docs/LVGL/)
|
/lvgl-3.5.0/.github/ISSUE_TEMPLATE/ |
D | config.yml | 3 - name: Documentation 5 about: Be sure to read to documentation first
|
D | bug-report.md | 17 - [ ] Check the related part of the [Documentation](https://docs.lvgl.io/)
|
/lvgl-3.5.0/docs/widgets/extra/ |
D | list.md | 10 - `LV_PART_SCROLLBAR` The scrollbar. See the [Base objects](/widgets/obj) documentation for details. 13 See the [Button](/widgets/core/btn)'s and [Label](/widgets/core/label)'s documentation.
|
/lvgl-3.5.0/src/misc/ |
D | lv_tlsf.h | 12 ** Based on the original documentation by Miguel Masmano: 27 ** documentation and/or other materials provided with the distribution.
|
/lvgl-3.5.0/docs/overview/ |
D | style-props.md | 730 …e cursor on the text area or scroll time of a roller. See the widgets' documentation to learn more. 739 …e cursor on the text area or scroll time of a roller. See the widgets' documentation to learn more. 748 …aning is widget specific. E.g. scroll speed of label. See the widgets' documentation to learn more. 775 …g to the policies set for the layout. For the possible values see the documentation of the layouts.
|
D | object.md | 30 To see all the available functions visit the [Base object's documentation](/widgets/obj). 46 The API of the widgets is described in their [Documentation](/widgets/index) but you can also check…
|
/lvgl-3.5.0/docs/intro/ |
D | index.md | 22 - Documentation is available online and as PDF 58 …ly writing a tweet about you using LVGL, fixing bugs, translating the documentation, or even becom…
|
/lvgl-3.5.0/.github/ |
D | pull_request_template.md | 8 - [ ] Update the documentation
|
D | auto-comment.yml | 8 …For a more detailed description see the [Documentation](https://docs.lvgl.io/latest/en/html/contri…
|
/lvgl-3.5.0/docs/others/ |
D | fragment.md | 12 to [UiViewController on iOS](https://developer.apple.com/documentation/uikit/uiviewcontroller).
|
123