Searched +full:python +full:- +full:version (Results 1 – 17 of 17) sorted by relevance
/lvgl-latest/.github/workflows/ |
D | compile_docs.yml | 5 - master 6 - 'release/*' 8 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren… 11 group: ${{ github.ref }}-${{ github.workflow }} 12 cancel-in-progress: true 16 EM_CACHE_FOLDER: 'emsdk-cache' 18 build-and-deploy: 20 runs-on: ubuntu-22.04 21 concurrency: docs-build-and-deploy 23 - name: Checkout [all …]
|
D | platformio_publish.yaml | 4 - "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0, v20.15.10 9 runs-on: ubuntu-22.04 11 - name: Checkout code 13 - name: Install Python 14 uses: actions/setup-python@v5 16 python-version: '3.9' 17 - name: Install PlatformIO Core 18 run: pip install --upgrade platformio 19 - name: Switch to the development version 20 run: pio upgrade --dev [all …]
|
D | check_conf.yml | 6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren… 9 group: ${{ github.ref }}-${{ github.workflow }} 10 cancel-in-progress: true 13 verify-conf-internal: 15 runs-on: ubuntu-22.04 17 - name: Checkout 20 persist-credentials: false 21 fetch-depth: 0 22 - name: Setup Python 23 uses: actions/setup-python@v5 [all …]
|
D | verify_kconfig.yml | 6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren… 9 group: ${{ github.ref }}-${{ github.workflow }} 10 cancel-in-progress: true 13 verify-kconfig: 15 runs-on: ubuntu-22.04 17 - name: Checkout 20 persist-credentials: false 21 fetch-depth: 0 22 - name: Setup Python 23 uses: actions/setup-python@v5 [all …]
|
D | ccpp.yml | 9 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren… 12 group: ${{ github.ref }}-${{ github.workflow }} 13 cancel-in-progress: true 18 runs-on: ubuntu-22.04 30 - uses: actions/checkout@v4 31 - uses: ammaraskar/gcc-problem-matcher@master 32 - name: Install prerequisites 33 run: scripts/install-prerequisites.sh 34 - name: Building ${{ matrix.build_option }} 35 run: python tests/main.py --build-option=${{ matrix.build_option }} build [all …]
|
D | gen_json.yml | 6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren… 9 group: ${{ github.ref }}-${{ github.workflow }} 10 cancel-in-progress: true 15 runs-on: ubuntu-22.04 18 - uses: actions/checkout@v4 20 - name: Setup Python 21 uses: actions/setup-python@v5 23 python-version: '3.10' 25 - name: Install Doxygen and Latex dependencies 27 sudo apt-get update [all …]
|
D | check_style.yml | 6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren… 9 group: ${{ github.ref }}-${{ github.workflow }} 10 cancel-in-progress: true 13 verify-formatting: 15 runs-on: ubuntu-22.04 17 - name: Checkout 20 persist-credentials: false 21 fetch-depth: 0 22 - name: Checkout astyle 28 - name: Install astyle [all …]
|
/lvgl-latest/docs/ |
D | build.py | 4 The first version of this file (Apr 2021) discovered the name of 9 - Doxygen (to generate LVGL API XML), then 10 - Sphinx 14 Sphinx documentation. It also supported a command-line option `clean` 20 - Using environment variables to convey branch names to several more 21 places where they are used in the docs-generating process (instead 22 of re-writing writing `conf.py` and a `header.rst` each time docs 25 - Supporting additional command-line options. 27 - Generating a temporary `./docs/lv_conf.h` for Doxygen to use 30 - Supporting multiple execution platforms (which then required tokenizing [all …]
|
D | conf.py | 2 # -*- coding: utf-8 -*- 5 # sphinx-quickstart on Wed Jun 12 16:38:40 2019. 27 # -- General configuration ------------------------------------------------ 29 # If your documentation needs a minimal Sphinx version, state it here. 56 # The default language to highlight source code in. The default is 'python'. 77 # The version info for the project you're documenting, acts as replacement for 78 # |version| and |release|, also used in various other places throughout the 81 # The short X.Y version. 82 # `version` is extracted from lv_version.h using a cross-platform compatible 83 # Python function in build.py, and passed in on `sphinx-build` command line. [all …]
|
D | Doxyfile | 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # that follow. The default is UTF-8 which is also the encoding used for all text 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 38 # could be handy for archiving the generated documentation or if some version 63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 74 # characters to appear in the names of generated files. If set to NO, non-ASCII [all …]
|
D | CHANGELOG.rst | 7 ------------------------------------------------------------------------------ 11 - Built-in :ref:`Wayland driver <wayland_driver>` 12 - :ref:`OpenGL ES and GLFW driver <opengl_es_driver>` with support for external textures 13 - :ref:`renesas_glcdc` driver 14 - L8 and I1 rendering support 15 - Matrix transformations during rendering 16 - New :ref:`file system interfaces <libs_filesystem>`: LittleFS, ESP LittleFS, Arduino FS 17 - SDL renderer improvements (supporting all draw task types and improving speed) 18 - Radial, Conic, and Skew `gradients supported <https://docs.lvgl.io/master/details/base-widget/sty… 19 - :ref:`qnx` and :ref:`mqx` support [all …]
|
/lvgl-latest/docs/details/integration/bindings/ |
D | micropython.rst | 9 -------------------- 11 `MicroPython <http://micropython.org/>`__ is Python for microcontrollers. Using MicroPython, you ca… 18 - **Compact**: Fits and runs within just 256k of code space and 16k of RAM. No OS is needed, althou… 20 - **Compatible**: Strives to be as compatible as possible with normal Python (known as CPython). 21 - **Versatile**: Supports many architectures (x86, x86-64, ARM, ARM Thumb, Xtensa). 22 - **Interactive**: No need for the compile-flash-boot cycle. With the REPL (interactive prompt) you… 24 - **Popular**: Many platforms are supported. The user base is growing bigger. Notable forks: 26 - `MicroPython <https://github.com/micropython/micropython>`__ 27 - `CircuitPython <https://github.com/adafruit/circuitpython>`__ 28 - `MicroPython_ESP32_psRAM_LoBo <https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo>`__ [all …]
|
/lvgl-latest/scripts/ |
D | jpg_to_sjpg.py | 4 # sjpeg converter script version 1.0 5 # Dependencies: (PYTHON-3) 20 OUTPUT_FILE_NAME = INPUT_FILE.split("/")[-1].split("\\")[-1].split(".")[0] 22 print("usage:\n\t python " + sys.argv[0] + " input_file.jpg") 58 row_remaining = row_remaining - block_size; 74 header = header + bytearray("_SJPG__".encode("UTF-8")); 76 #6 BYTES VERSION 77 header = header + bytearray(("\x00" + SJPG_FILE_FORMAT_VERSION + "\x00").encode("UTF-8")); 133 time_taken = (time.time() - start_time)
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | lvgl_recipe.rst | 9 (64-bit), it can be applied to any board in a similar way. 16 .. code-block:: 18 sudo apt install gawk wget git diffstat unzip texinfo gcc build-essential \ 19 chrpath socat cpio python3 python3-pip python3-pexpect xz-utils \ 20 debianutils iputils-ping python3-git python3-jinja2 python3-subunit zstd \ 21 liblz4-tool file locales libacl1 27 ref-manual/system-requirements.html#required-packages-for-the-build-host>`_ 36 .. code-block:: none 45 ├── meta-openembedded 46 ├── meta-raspberrypi [all …]
|
/lvgl-latest/docs/details/integration/chip/ |
D | espressif.rst | 5 LVGL can be used and configured as standard `ESP-IDF <https://github.com/espressif/esp-idf>`__ comp… 7 …-IDF, follow the instructions in the `ESP-IDF Programming guide <https://docs.espressif.com/projec… 11 ---------------------------- 13 For a quick start with LVGL and ESP32, the following pre-configured demo projects are available for… 15 - `ESP-BOX-3 <https://github.com/lvgl/lv_port_espressif_esp-box-3>`__ 16 - `ESP32-S3-LCD-EV-BOARD <https://github.com/lvgl/lv_port_espressif_esp32-s3-lcd-ev-board>`__ 17 - `M5Stack-CoreS3 <https://github.com/lvgl/lv_port_espressif_M5Stack_CoreS3>`__ 21 …). Additional BSPs and examples are available in the `esp-bsp <https://github.com/espressif/esp-bs… 24 Using LVGL in Your ESP-IDF Project 25 ---------------------------------- [all …]
|
/lvgl-latest/env_support/cmsis-pack/ |
D | LVGL.lvgl.pdsc | 1 <?xml version="1.0" encoding="utf-8"?> 3 <!-- 7 * Licensed under the Apache License, Version 2.0 (the "License"); * 11 * http://www.apache.org/licenses/LICENSE-2.0 * 20 --> 23 …w.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/… 26 …s Library) is a free and open-source graphics library providing everything you need to create an e… 27 <url>https://raw.githubusercontent.com/lvgl/lvgl/master/env_support/cmsis-pack/</url> 30 <!-- optional license file --> 31 <!-- [all …]
|
/lvgl-latest/src/libs/expat/ |
D | xmlparse.c | 9 Copyright (c) 1997-2000 Thai Open Source Software Center Ltd 11 Copyright (c) 2000-2006 Fred L. Drake, Jr. <fdrake@users.sourceforge.net> 12 Copyright (c) 2001-2002 Greg Stein <gstein@users.sourceforge.net> 13 Copyright (c) 2002-2016 Karl Waclawek <karl@waclawek.net> 14 Copyright (c) 2005-2009 Steven Solie <steven@solie.ca> 16 Copyright (c) 2016-2024 Sebastian Pipping <sebastian@pipping.org> 20 Copyright (c) 2016 Pascal Cuoq <cuoq@trust-in-soft.com> 22 Copyright (c) 2017-2022 Rhodri James <rhodri@wildebeest.org.uk> 26 Copyright (c) 2017 Rolf Eike Beer <eike@sf-mail.de> 29 Copyright (c) 2018 Benjamin Peterson <benjamin@python.org> [all …]
|