Searched full:version (Results 1 – 25 of 63) sorted by relevance
123
/lvgl-3.7.0/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); 97 // Version: (note that index 0 is for padding, and is set to an illegal value) 109 // Version: (note that index 0 is for padding, and is set to an illegal value) 209 // Find the minimal version number to use in qrcodegen_encodeSegmentsAdvanced() [all …]
|
D | qrcodegen.h | 107 * the largest QR Code (version 40) has 31329 modules. 132 #define qrcodegen_VERSION_MIN 1 // The minimum version number supported in the QR Code Model 2 s… 133 #define qrcodegen_VERSION_MAX 40 // The maximum version number supported in the QR Code Model 2 s… 135 // Calculates the number of bytes needed to store any QR Code up to and including the given version… 137 // can store any single QR Code from version 1 to 25 (inclusive). The result fits in an int (or int… 142 // version 40. This value equals 3918, which is just under 4 kilobytes. 152 * If the data is too long to fit in any version in the given range 162 * - In the most optimistic case, a QR Code at version 40 with low ECC 167 * data capacities per version, ECC level, and text encoding mode. 175 * If the data is too long to fit in any version in the given range [all …]
|
/lvgl-3.7.0/env_support/cmsis-pack/ |
D | LVGL.lvgl.pdsc | 1 <?xml version="1.0" encoding="utf-8"?> 7 * Licensed under the Apache License, Version 2.0 (the "License"); * 39 …<release date="2024-03-19" version="8.4.0" url="https://github.com/lvgl/lvgl/raw/v8.4.0/env_suppor… 43 …<release date="2023-12-05" version="8.3.11" url="https://github.com/lvgl/lvgl/raw/v8.3.11/env_supp… 49 …<release date="2023-09-19" version="8.3.10" url="https://github.com/lvgl/lvgl/raw/9e388055ec0bcad5… 54 …<release date="2023-08-04" version="8.3.9" url="https://github.com/lvgl/lvgl/raw/bdf5bfb88ce107f16… 59 …<release date="2023-07-04" version="8.3.8" url="https://github.com/lvgl/lvgl/raw/15433d69b9d8ae6aa… 65 …<release date="2023-04-28" version="8.3.7" url="https://github.com/lvgl/lvgl/raw/2b56e04205481daa6… 69 …<release date="2023-04-02" version="8.3.6" url="https://github.com/lvgl/lvgl/raw/6b0092c0d91b2c7bf… 73 …<release date="2023-02-06" version="8.3.5" url="https://github.com/lvgl/lvgl/raw/e7e8cf846dce96f75… [all …]
|
D | gen_pack.sh | 2 # Version: 1.1 85 echo "<pack_root_dir>/ARM/CMSIS/<version>/CMSIS/Utilities/<os>/" 129 echo Generating Pack Version: for $PACK_VENDOR.$PACK_NAME 179 # Run Pack Check and generate PackName file with version
|
D | LVGL.pidx | 1 <?xml version="1.0" encoding="UTF-8" ?> 7 …ent.com/lvgl/lvgl/release/v8.3/env_support/cmsis-pack/" vendor="LVGL" name="lvgl" version="8.4.0"/>
|
/lvgl-3.7.0/src/extra/libs/png/ |
D | lodepng.h | 2 LodePNG version 20201017 87 /*compile the C++ version (you can disable the C++ wrapper here even when compiling for C++)*/ 754 /*add LodePNG identifier and version as a text chunk, for debugging*/ 1069 …] check compatibility with various compilers - done but needs to be redone for every newer version 1079 [ ] error messages with line numbers (and version) 1102 2. C and C++ version 1135 *) RFC 1950 ZLIB Compressed Data Format version 3.3: 1140 The most recent version of LodePNG can currently be found at 1215 2. C and C++ version 1218 The C version uses buffers allocated with alloc that you need to free() [all …]
|
/lvgl-3.7.0/docs/_templates/ |
D | page.html | 27 const versions = text.split("\n").filter(version => version.trim().length > 0); 31 ${versions.map(version => { 33 if(version == "master") versionName = "master (latest)"; 34 … else versionName = "v" + ((version.indexOf(".") != -1) ? version : (version + " (latest minor)")); 35 return `<option value="${version}">${versionName}</option>`;
|
/lvgl-3.7.0/docs/ |
D | conf.py | 34 # If your documentation needs a minimal Sphinx version, state it here. 74 # The version info for the project you're documenting, acts as replacement for 75 # |version| and |release|, also used in various other places throughout the 78 # The short X.Y version. 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 | 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 …]
|
/lvgl-3.7.0/scripts/release/ |
D | com.py | 45 print("Get lvgl's version ") 70 print("Version found: " + ver_format(ver)) 84 print("Updating version in " + templ[0]) 88 print("Updating version in library.json") 92 print("Updating version in library.properties") 93 …cmd("sed -i -r 's/version=[0-9]+\.[0-9]+\.[0-9]+/"+ "version=" + ver_num + "/' library.properties")
|
D | release.py | 5 # - Detect the current version of master. E.g. 8.1-dev 7 # - Remove the "-dev" postfix from the version numbers 8 # - Create a tag for the new version. E.g. v8.1 11 # - Increment the version number in master. E.g.g 8.1-dev to 8.2-dev 12 # - Add a new section to the CHANGELOG with the new version
|
D | patch.py | 9 # - t: increment version number and create a tag 24 # Get the list of related minor version branches
|
/lvgl-3.7.0/.github/workflows/ |
D | compile_docs.yml | 24 python-version: 3.7 53 version: ${{env.EM_VERSION}} 63 - name: Retrieve version 66 id: version 75 TARGET_FOLDER: ${{ steps.version.outputs.VERSION_NAME }}
|
/lvgl-3.7.0/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. 97 ### Version support 101 | Version | Release date | Support end | Active |
|
/lvgl-3.7.0/scripts/ |
D | infer_run.sh | 4 # VERSION=0.17.0; \ 5 # curl -sSL "https://github.com/facebook/infer/releases/download/v$VERSION/infer-linux64-v$VERSION.… 7 # sudoln -s "/opt/infer-linux64-v$VERSION/bin/infer" /usr/local/bin/infer
|
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
|
D | changelog_gen.sh | 1 # Generate CHANGELOG_LAST.md from changes since the last version tag. (vx.y.z-dev tags are ignored) 8 # changelog-gen <next-version> 15 auto-changelog -t changelog-template.hbs -l false --latest-version $1 --unreleased-only --tag-patt…
|
D | jpg_to_sjpg.py | 2 # sjpeg converter script version 1.0 74 #6 BYTES VERSION
|
/lvgl-3.7.0/ |
D | lvgl.h | 14 * CURRENT VERSION OF LVGL 87 /** Gives 1 if the x.y.z version is supported in the current version 111 * Wrapper functions for VERSION macros
|
/lvgl-3.7.0/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-3.7.0/docs/_ext/ |
D | lv_example.py | 69 …'<i class="fa fa-play"></i> Simulator': f"https://sim.lvgl.io/v{env.config.version}/micropyth… 74 …iframe_html = f"<div class='lv-example' data-real-src='/{env.config.version}/_static/built_lv_exam… 95 'version': '0.1',
|
/lvgl-3.7.0/docs/get-started/platforms/ |
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…
|
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…
|
/lvgl-3.7.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 60 // VERSION HISTORY 132 // Starting with version 1.06, the rasterizer was replaced with a new, 277 // See "tests/truetype_demo_win32.c" for a complete version. 686 // at the source to of stbtt_PackFontRanges() and create a custom version 1444 // check the version number in stbtt__isfont() 1497 // version 1? 1526 // version 1? 2757 if(ttUSHORT(data, 0 + info->gpos) != 1) return 0; // Major version 1 2758 if(ttUSHORT(data, 2 + info->gpos) != 0) return 0; // Minor version 0 5455 // FULL VERSION HISTORY
|
123