Home
last modified time | relevance | path

Searched +full:runs +full:- +full:on (Results 1 – 23 of 23) sorted by relevance

/lvgl-3.6.0/.github/workflows/
Dccpp.yml3 on:
12 runs-on: ubuntu-latest
24 - uses: actions/checkout@v2
25 - uses: ammaraskar/gcc-problem-matcher@master
26 - name: Install prerequisites
27 run: scripts/install-prerequisites.sh
28 - name: Building ${{ matrix.build_option }}
29 run: python tests/main.py --build-option=${{ matrix.build_option }} build
31 test-native:
32 runs-on: ubuntu-latest
[all …]
Dclose_old_issues.yml2 on:
4 - cron: '30 1 * * *'
10 runs-on: ubuntu-latest
12 - uses: actions/stale@v5
14 repo-token: ${{ secrets.LVGL_BOT_TOKEN }}
15 …stale-issue-message: 'This issue is stale because it has been open 14 days with no activity. Remov…
16 stale-pr-message: |
17 We need some feedback on this issue.
22 close-issue-message: |
25 So feel free to comment if you have remarks or ideas on this topic.
[all …]
Dbuild_micropython.yml3 on:
11 runs-on: ubuntu-20.04
12 continue-on-error: true
17 - uses: ammaraskar/gcc-problem-matcher@master
18 - name: Install Dependencies
20 …sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe r…
21 sudo apt-get update -y -qq
22 sudo apt-get install libsdl2-dev parallel libfreetype-dev librlottie-dev
23 - name: Clone lv_micropython
27 - name: Initialize lv_bindings submodule
[all …]
Dcheck_style.yml2 on:
7 verify-formatting:
9 runs-on: ubuntu-latest
11 - name: Checkout
14 persist-credentials: false
15 fetch-depth: 0
16 - name: Install astyle
18 …sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe r…
19 sudo apt-get update -y -qq
20 sudo apt-get install astyle
[all …]
Dmain.yml1 on:
7 runs-on: ubuntu-latest
9 - name: Checkout
11 - name: Automatically close issues that don't follow the issue template
12 uses: lucasbento/auto-close-issues@v1.0.2
14 github-token: ${{ secrets.GITHUB_TOKEN }}
15 …issue-close-message: "@${issue.user.login}: hello! :wave:\n\nThis issue is being automatically clo…
16 closed-issues-label: "not-template"
Dcheck_conf.yml2 on:
7 verify-conf-internal:
9 runs-on: ubuntu-latest
11 - name: Checkout
14 persist-credentials: false
15 fetch-depth: 0
16 - name: Setup Python
17 uses: actions/setup-python@v1
19 python-version: 3.7
20 - name: Generate lv_conf_internal.h
[all …]
Dmakefile.yml3 on:
12 runs-on: ubuntu-latest
15 - uses: actions/checkout@v2
16 - uses: ammaraskar/gcc-problem-matcher@master
17 - name: Install prerequisites
18 run: scripts/install-prerequisites.sh
19 - name: Build
20 working-directory: tests/makefile
Desp_upload_component.yml4 on:
7 - v*
11 runs-on: ubuntu-latest
13 - uses: actions/checkout@v2
17 - name: Upload component to component registry
18 uses: espressif/upload-components-ci-action@v1
Darduino.yml2 on:
10 runs-on: ubuntu-latest
12 - uses: actions/checkout@v2
13 - uses: arduino/arduino-lint-action@v1
15 library-manager: update
Drelease.yml1 on:
5 - "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0, v20.15.10
12 runs-on: ubuntu-latest
14 - name: Checkout code
16 - name: Create Release
18 uses: actions/create-release@v1
Dcompile_docs.yml2 on:
5 - master
6 - 'release/*'
9 EM_CACHE_FOLDER: 'emsdk-cache'
11 build-and-deploy:
13 runs-on: ubuntu-latest
14 concurrency: docs-build-and-deploy
16 - name: Checkout
19 persist-credentials: false
20 fetch-depth: 0
[all …]
/lvgl-3.6.0/docs/get-started/bindings/
Dmicropython.md6 Using Micropython, you can write Python3 code and run it even on a bare metal architecture with lim…
10 - **Compact** - Fits and runs within just 256k of code space and 16k of RAM. No OS is needed, altho…
11 - **Compatible** - Strives to be as compatible as possible with normal Python (known as CPython).
12 - **Versatile** - Supports many architectures (x86, x86-64, ARM, ARM Thumb, Xtensa).
13 - **Interactive** - No need for the compile-flash-boot cycle. With the REPL (interactive prompt) yo…
14 - **Popular** - Many platforms are supported. The user base is growing bigger. Notable forks: [Micr…
15 - **Embedded Oriented** - Comes with modules specifically for embedded systems, such as the [machin…
17 ---
21-level GUI library](https://forum.micropython.org/viewtopic.php?f=18&t=5543) by default. LVGL is a…
25 - Develop GUI in Python, a very popular high level language. Use paradigms such as Object-Oriented …
[all …]
/lvgl-3.6.0/docs/get-started/platforms/
Drenesas.md2-Board](https://bit.ly/3I9nfUo) development board SDK now comes with LVGL integration for quick ev…
5 …start your project by downloading the HMI-Board SDK example project. It comes fully equipped with …
8 For RA6M3 platforms, hardware acceleration can be achieved using the dave-2d GPU, depending on the …
10 ### Dave-2d accelerator
11 …load several drawing features to the dave-2d engine, freeing up the CPU for other operations while…
13 …load several drawing features to the dave-2d engine, freeing up the CPU for other operations while…
16 ra_2d_draw_ctx->blend = lv_draw_ra6m3_2d_blend;
17 ra_2d_draw_ctx->base_draw.draw_img_decoded = lv_port_gpu_img_decoded;
18 ra_2d_draw_ctx->base_draw.wait_for_finish = lv_port_gpu_wait;
19 ra_2d_draw_ctx->base_draw.draw_letter = lv_draw_gpu_letter;
[all …]
/lvgl-3.6.0/docs/get-started/os/
Dnuttx.md5 …tps://nuttx.apache.org/) is a mature and secure real-time operating system (RTOS) with an emphasis…
6-bit to 64-bit microcontrollers and microprocessors and compliant with the Portable Operating Syst…
11 - **Small** - Fits and runs in microcontrollers as small as 32 kB Flash and 8 kB of RAM.
12 - **Compliant** - Strives to be as compatible as possible with POSIX and Linux.
13 - **Versatile** - Supports many architectures (ARM, ARM Thumb, AVR, MIPS, OpenRISC, RISC-V 32-bit a…
14 - **Modular** - Its modular design allows developers to select only what really matters and use mod…
15 - **Popular** - NuttX is used by many companies around the world. Probably you already used a produ…
16 - **Predictable** - NuttX is a preemptible Realtime kernel, so you can use it to create predictable…
18 ---
22 …eId=139629474), LVGL is a good alternative because users could find more eye-candy demos and they …
[all …]
/lvgl-3.6.0/docs/
DCODING_STYLE.md21 …* Use only very straightforward and well-known abbreviations (e.g. pos: position, def: default, bt…
78 if(text == ext->txt || text == NULL) { /*Bracket of statements start inline*/
89 You can use **astyle** to format the code. Run `code-formatter.sh` from the `scrips` folder.
91 #### pre-commit
93 [pre-commit](https://pre-commit.com/) is a multi-language package manager for pre-commit hooks.
94 See the [instalation guide](https://pre-commit.com/#installation) to get pre-commit python package
97 Once you have `pre-commit` installed you will need to [set up the git hook scripts](https://pre-com…
99 pre-commit install
102 now `pre-commit` will run automatically on `git commit`!
106 The `format-source` local hook (see `.pre-commit-config.yaml`) runs **astyle** on all the staged so…
[all …]
/lvgl-3.6.0/tests/
DREADME.md12 scripts/install-prerequisites.sh
17 2. Build all build-only tests with `./tests/main.py build`.
18 3. Clean prior test build, build all build-only tests,
20 report `./tests/main.py --clean --report build test`.
22 For full information on running tests run: `./tests/main.py --help`.
26 GitHub's CI automatically runs these tests on pushes and pull requests to `master` and `releasev8.*…
29 - `src` Source files of the tests
30 - `test_cases` The written tests,
31 - `test_runners` Generated automatically from the files in `test_cases`.
32 - other miscellaneous files and folders
[all …]
Dmain.py56 r = f[:-2] + "_Runner.c"
72 Does not return the full path to the directory - just the base name.'''
108 subprocess.check_call(['cmake', '-DCMAKE_BUILD_TYPE=%s' % build_type,
109 '-D%s=1' % options_name, '..'])
110 subprocess.check_call(['cmake', '--build', build_dir,
111 '--parallel', str(os.cpu_count())])
126 ['ctest', '--timeout', '30', '--parallel', str(os.cpu_count()), '--output-on-failure'])
146 cmd = ['gcovr', '--root', root_dir, '--html-details', '--output',
147 html_report_file, '--xml', 'report/coverage.xml',
148 '-j', str(os.cpu_count()), '--print-summary',
[all …]
/lvgl-3.6.0/tests/src/test_cases/
Dtest_arc.c7 /* This function runs before each test */
140 /*No click close to the radius - bg_arc - ext_click_area*/ in test_arc_click_area_with_adv_hittest()
145 /*Click on the radius - bg_arc - ext_click_area*/ in test_arc_click_area_with_adv_hittest()
150 /*Click on the radius + ext_click_area*/ in test_arc_click_area_with_adv_hittest()
161 /* Check value doesn't go to max when clicking on the other side of the arc */
/lvgl-3.6.0/src/misc/
Dlv_bidi.c21 // Highest bit of the 16-bit pos_conv value specifies whether this pos is RTL or not
104 * Auto-detect the direction of a text based on the first strong character
142 if(buf == NULL) return (uint16_t) -1; in _lv_bidi_get_logical_pos()
147 return (uint16_t) -1; in _lv_bidi_get_logical_pos()
179 if(buf == NULL) return (uint16_t) -1; in _lv_bidi_get_visual_pos()
184 return (uint16_t) -1; in _lv_bidi_get_visual_pos()
203 return (uint16_t) -1; in _lv_bidi_get_visual_pos()
255 pos_conv_rd--; in _lv_bidi_process_paragraph()
270 wr -= rd; in _lv_bidi_process_paragraph()
271 pos_conv_wr -= pos_conv_rd; in _lv_bidi_process_paragraph()
[all …]
Dlv_color.h75 * see https://devblogs.microsoft.com/cppblog/msvc-now-correctly-reports-cplusplus
100 /*---------------------------------------
103 *------------------------------------------*/
169 /*---------------------------------------
172 *------------------------------------------*/
287 * - When converting to bigger color type the LSB weight of 1 LSB is calculated
290 * ----------------------
291 * 8 bit red LSB = (2^5 - 1) / (2^3 - 1) = 31 / 7 = 4
293 * - When calculating to smaller color type simply shift out the LSBs
296 * ----------------------
[all …]
/lvgl-3.6.0/scripts/
DDoxyfile16 #---------------------------------------------------------------------------
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
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
85 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
[all …]
/lvgl-3.6.0/src/extra/libs/sjpg/
Dtjpgd.c1 /*----------------------------------------------------------------------------/
2 / TJpgDec - Tiny JPEG Decompressor R0.03 (C)ChaN, 2021
3 /-----------------------------------------------------------------------------/
11 / * No restriction on use. You can use, modify and redistribute it for
12 / personal, non-profit or commercial products UNDER YOUR RESPONSIBILITY.
15 /-----------------------------------------------------------------------------/
25 /----------------------------------------------------------------------------*/
33 #define HUFF_MASK (HUFF_LEN - 1)
37 /*-----------------------------------------------*/
38 /* Zigzag-order to raster-order conversion table */
[all …]
/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h1 // stb_truetype.h - v1.26htcw (fork to enable streaming and low memory environments)
2 // stb_truetype.h - v1.26 - public domain
3 // authored from 2009-2021 by Sean Barrett / RAD Game Tools
7 // NO SECURITY GUARANTEE -- DO NOT USE THIS ON UNTRUSTED FONT FILES
18 // render glyphs to one-channel bitmaps with antialiasing (box filter)
19 // render glyphs to one-channel SDF bitmaps (signed-distance field/function)
22 // non-MS cmaps
23 // crashproof on bad data
25 // cleartype-style AA?
27 // optimize: build edge-list directly from curves
[all …]