Home
last modified time | relevance | path

Searched refs:version (Results 1 – 22 of 22) sorted by relevance

/lvgl-latest/src/extra/libs/qrcode/
Dqrcodegen.c57 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 …]
Dqrcodegen.h311 int qrcodegen_version2size(int version);
/lvgl-latest/docs/
Dconf.py81 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,
DCODE_OF_CONDUCT.md43 …he [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/ve…
46 [version]: http://contributor-covenant.org/version/1/4/
Dindex.md4 PDF version: :download:`LVGL.pdf <LVGL.pdf>`
DCHANGELOG.md219 - 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 …]
DCONTRIBUTING.md145 /* The original version of this code-snippet was published on StackOverflow.
/lvgl-latest/scripts/
Dchangelog_gen.sh15 auto-changelog -t changelog-template.hbs -l false --latest-version $1 --unreleased-only --tag-patt…
DDoxyfile38 # 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/
Dlibrary.properties2 version=8.4.0 key
DREADME_zh.md119 - [RT-Thread RTOS](https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-standard/p…
/lvgl-latest/docs/get-started/os/
Drt-thread.md9 …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/
Dbug-report.md18 - [ ] Update lvgl to the latest version
/lvgl-latest/docs/get-started/platforms/
Darduino.md14 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…
Dpc-simulator.md55 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/
Dcustom.css52 .wy-side-nav-search>div.version {
/lvgl-latest/docs/intro/
Dindex.md75 - 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/
DLVGL_Arduino.ino9 …Note that the `lv_examples` library is for LVGL v7 and you shouldn't install it for this version (…
/lvgl-latest/docs/porting/
Dproject.md8 …](https://github.com/lvgl/lvgl/archive/refs/heads/master.zip) the latest version of the library fr…
/lvgl-latest/src/font/
Dlv_font_loader.c27 uint32_t version; member
/lvgl-latest/docs/overview/
Dcoords.md207 …I lean, only the most common coordinate setting features have a "simple" version and the more comp…
/lvgl-latest/src/draw/arm2d/
Dlv_gpu_arm2d.c162 #error The specified LV_COLOR_DEPTH is not supported by this version of lv_gpu_arm2d.c.