Searched refs:version (Results 1 – 22 of 22) sorted by relevance
/lvgl-latest/src/extra/libs/qrcode/ |
D | qrcodegen.c | 57 testable void addEccAndInterleave(uint8_t data[], int version, enum qrcodegen_Ecc ecl, uint8_t resu… 58 testable int getNumDataCodewords(int version, enum qrcodegen_Ecc ecl); 66 testable void initializeFunctionModules(int version, uint8_t qrcode[]); 67 static void drawWhiteFunctionModules(uint8_t qrcode[], int version); 69 testable int getAlignmentPatternPositions(int version, uint8_t result[7]); 84 testable int getTotalBits(const struct qrcodegen_Segment segs[], size_t len, int version); 85 static int numCharCountBits(enum qrcodegen_Mode mode, int version); 210 int version, dataUsedBits; in qrcodegen_encodeSegmentsAdvanced() local 211 for (version = minVersion; ; version++) { in qrcodegen_encodeSegmentsAdvanced() 212 int dataCapacityBits = getNumDataCodewords(version, ecl) * 8; // Number of data bits available in qrcodegen_encodeSegmentsAdvanced() [all …]
|
D | qrcodegen.h | 311 int qrcodegen_version2size(int version);
|
/lvgl-latest/docs/ |
D | conf.py | 81 version = subprocess.run(["../scripts/find_version.sh"], capture_output=True).stdout.decode("utf-8"… variable 207 (master_doc, 'LVGL.tex', 'LVGL Documentation ' + version, 217 (master_doc, 'lvgl', 'LVGL Documentation ' + version, 228 (master_doc, 'LVGL', 'LVGL Documentation ' + version,
|
D | CODE_OF_CONDUCT.md | 43 …he [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/ve… 46 [version]: http://contributor-covenant.org/version/1/4/
|
D | index.md | 4 PDF version: :download:`LVGL.pdf <LVGL.pdf>`
|
D | CHANGELOG.md | 219 - chore: update the version numbers to v8.3.5-dev [`77670fb`](https://github.com/lvgl/lvgl/commit/7… 233 - fix(ci): set Ubuntu version for MicroPython test [`3865`](https://github.com/lvgl/lvgl/pull/3865) 253 - bump version numbers to v8.3.5-dev [`47c8f8f`](https://github.com/lvgl/lvgl/commit/47c8f8f9822f4c… 287 v8.3.3 is the same as v8.3.2. It was released only because the version number was set incorrectly i… 342 - docs(readme): fix LVGL version typo (8.3.0) [`3462`](https://github.com/lvgl/lvgl/pull/3462) 594 - docs(readme): add version portuguese brazilian [`3349`](https://github.com/lvgl/lvgl/pull/3349) 633 - ci(stale) bump action version [`5977eef`](https://github.com/lvgl/lvgl/commit/5977eeff3c559c0473d… 895 - ci use specific version tag [`59b4769`](https://github.com/littlevgl/lvgl/commit/59b476934452d582… 1072 - fix(lv_types.h): remove c/c++ compiler version check [`2525`](https://github.com/lvgl/lvgl/pull/2… 1292 - feat(examples) add MicroPython version of lv_example_anim_3 and allow loading roller font dynamic… [all …]
|
D | CONTRIBUTING.md | 145 /* The original version of this code-snippet was published on StackOverflow.
|
/lvgl-latest/scripts/ |
D | changelog_gen.sh | 15 auto-changelog -t changelog-template.hbs -l false --latest-version $1 --unreleased-only --tag-patt…
|
D | Doxyfile | 38 # could be handy for archiving the generated documentation or if some version 686 # doxygen should invoke to get the current version for each file (typically from 687 # the version control system). Doxygen will invoke the program by executing (via 691 # version. For an example see the documentation. 770 # and the warning text. Optionally the format may contain $version, which will 771 # be replaced by the version of the file (if it could be obtained via 1007 # (see http://www.gnu.org/software/global/global.html). You will need version 1011 # - Install the latest version of global 1117 # default header when upgrading to a newer version of doxygen. For a description
|
/lvgl-latest/ |
D | library.properties | 2 version=8.4.0 key
|
D | README_zh.md | 119 - [RT-Thread RTOS](https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-standard/p…
|
/lvgl-latest/docs/get-started/os/ |
D | rt-thread.md | 9 …T-Thread has **Standard version** and **Nano version**. For resource-constrained microcontroller (… 25 [中文文档](https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-standard/packages-manu…
|
/lvgl-latest/.github/ISSUE_TEMPLATE/ |
D | bug-report.md | 18 - [ ] Update lvgl to the latest version
|
/lvgl-latest/docs/get-started/platforms/ |
D | arduino.md | 14 You can [Download](https://github.com/lvgl/lvgl/archive/refs/heads/master.zip) the latest version o… 60 Note that the `lv_examples` library is for LVGL v7 and you shouldn't install it for this version (s…
|
D | pc-simulator.md | 55 1. Find the current version of SDL2: `apt-cache search libsdl2 (e.g. libsdl2-2.0-0)` 56 2. Install SDL2: `sudo apt-get install libsdl2-2.0-0` (replace with the found version) 61 If you are using **Windows** firstly you need to install MinGW ([64 bit version](http://mingw-w64.o…
|
/lvgl-latest/docs/_static/css/ |
D | custom.css | 52 .wy-side-nav-search>div.version {
|
/lvgl-latest/docs/intro/ |
D | index.md | 75 - Minor version for new but backward-compatible functionalities. E.g. v6.1.0, v6.2.0 76 - Patch version for backward-compatible bug fixes. E.g. v6.1.1, v6.1.2 87 - `master` latest version, patches are merged directly here.
|
/lvgl-latest/examples/arduino/LVGL_Arduino/ |
D | LVGL_Arduino.ino | 9 …Note that the `lv_examples` library is for LVGL v7 and you shouldn't install it for this version (…
|
/lvgl-latest/docs/porting/ |
D | project.md | 8 …](https://github.com/lvgl/lvgl/archive/refs/heads/master.zip) the latest version of the library fr…
|
/lvgl-latest/src/font/ |
D | lv_font_loader.c | 27 uint32_t version; member
|
/lvgl-latest/docs/overview/ |
D | coords.md | 207 …I lean, only the most common coordinate setting features have a "simple" version and the more comp…
|
/lvgl-latest/src/draw/arm2d/ |
D | lv_gpu_arm2d.c | 162 #error The specified LV_COLOR_DEPTH is not supported by this version of lv_gpu_arm2d.c.
|