Home
last modified time | relevance | path

Searched full:run (Results 1 – 25 of 81) sorted by relevance

1234

/lvgl-latest/.github/workflows/
Dbuild_micropython.yml19 run: |
24 run: |
28 run: git submodule update --init --recursive lib/lv_bindings
32run: make -C ports/${{ matrix.port }} VARIANT=dev DEBUG=1 USER_C_MODULES=../../lib/lv_bindings/bin…
35 run: |
41 run: make -j $(nproc) -C mpy-cross
46 run: |
50 run: |
61 run: make -j $(nproc) -C ports/stm32 BOARD=STM32F7DISC
64run: make -j $(nproc) -C ports/rp2 BOARD=PICO USER_C_MODULES=../../lib/lv_bindings/bindings.cmake
[all …]
Dccpp.yml27 run: scripts/install-prerequisites.sh
29 run: python tests/main.py --build-option=${{ matrix.build_option }} build
38 run: scripts/install-prerequisites.sh
43 run: sudo sysctl vm.mmap_rnd_bits=28
44 - name: Run tests
45 run: python tests/main.py --report test
57 # Run steps on a matrix of 3 arch/distro combinations
73 - uses: uraimo/run-on-arch-action@v2.1.1
74 name: Run tests
83 # The shell to run commands with in the container
[all …]
Dcompile_docs.yml39 run: |
43 run: |
58 run: scripts/build_html_examples.sh
60 run: docs/build.py
62 run: rm -rf out_html/.doctrees
64 run: |
Dcheck_style.yml23 run: |
29 run: python code-format.py
33 run: |
36 echo "Please apply the preceding diff to your code or run scripts/code-format.py"
Dmakefile.yml18 run: scripts/install-prerequisites.sh
21 run: make test_file
Dcheck_conf.yml21 run: python lv_conf_internal_gen.py
24run: git diff --exit-code >/dev/null 2>&1 || (echo "Please regenerate lv_conf_internal.h using scr…
/lvgl-latest/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 … 256k of code space and 16k of RAM. No OS is needed, although you can also run it with an OS, if y…
13 …the REPL (interactive prompt) you can type commands and execute them immediately, run scripts, etc.
26 …get things right. With C, each iteration consists of **`Change code` > `Build` > `Flash` > `Run`**.
27 In Micropython it's just **`Change code` > `Run`** ! You can even run commands interactively using …
65 … + Micropython that runs entirely in the browser and allows you to edit a python script and run it.
75 … many platforms. One notable port is "unix", which allows you to build and run Micropython (+LVGL)…
81 In the end, the goal is to run it all on an embedded platform.
/lvgl-latest/docs/get-started/platforms/
Dpc-simulator.md4 You can try out LVGL **using only your PC** (i.e. without any development boards). LVGL will run on…
7 - Hardware independent - Write code, run it on the PC and see the result on a monitor.
8 - Cross-platform - Any Windows, Linux or macOS system can run the PC simulator.
85 Run Eclipse CDT. It will show a dialogue about the **workspace path**. Before accepting the path, c…
94 ### Compile and Run
96 Now you are ready to run LVGL on your PC. Click on the Hammer Icon on the top menu bar to Build the…
98 After a successful build, click on the Play button on the top menu bar to run the project. Now a wi…
/lvgl-latest/scripts/
DDoxyfile158 # If left blank the directory from which doxygen is run is used as the path to
420 # symbols. At the end of a run doxygen will report the cache usage and suggest
698 # that represents doxygen's defaults, run doxygen with the -l option. You can
702 # Note that if you run doxygen from a directory containing a file called
835 # run.
1014 # - Run doxygen as normal
1200 # to YES can help to show when doxygen was last run and thus if the
1299 # doxygen will try to run the HTML help compiler on the generated index.hhp.
1390 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1470 # doxygen run you need to manually remove any form_*.png images from the HTML
[all …]
/lvgl-latest/src/extra/libs/qrcode/
Dqrcodegen.c49 // - They run in at most quadratic time with respect to input arguments.
50 // Most functions run in linear time, and some in constant time.
75 static void addRunToHistory(unsigned char run, unsigned char history[7]);
657 addRunToHistory(0, runHistory); // Dummy run of white in getPenaltyScore()
683 addRunToHistory(0, runHistory); // Dummy run of white in getPenaltyScore()
717 static void addRunToHistory(unsigned char run, unsigned char history[7]) { in addRunToHistory() argument
719 history[0] = run; in addRunToHistory()
723 // Tests whether the given run history has the pattern of ratio 1:1:3:1:1 in the middle, and
725 // Must only be called immediately after a run of white modules has ended.
728 // The maximum QR Code size is 177, hence the run length n <= 177. in hasFinderLikePattern()
/lvgl-latest/tests/
DREADME.md3 The tests in the folder can be run locally and automatically by GitHub CI.
15 ### Run test
16 1. Run all executable tests with `./tests/main.py test`.
19 run executable tests, and generate code coverage
22 For full information on running tests run: `./tests/main.py --help`.
Dmain.py115 '''Run the tests for the given options name.'''
165 description='Build and/or run LVGL tests.', epilog=epilog)
167 help='''the build option name to build or run. When
175 help='build: compile build tests, test: compile/run executable tests.')
/lvgl-latest/docs/
DCODING_STYLE.md89 You can use **astyle** to format the code. Run `code-formatter.sh` from the `scrips` folder.
102 now `pre-commit` will run automatically on `git commit`!
108 …atted by **astyle** you will need to add the change to the staging area and run `git commit` again.
121 …o a commit to test the hooks, you can test hooks by adding the files into the staging area and run:
123 pre-commit run name-of-the-hook
DCHANGELOG.md409 - feat(benchmark): add an API to run specific scene (#3089) [`305ad00`](https://github.com/lvgl/lvg…
628 - ci don't run workflows twice on PRs [`fcc1152`](https://github.com/lvgl/lvgl/commit/fcc1152f9c144…
1003 - fix(bidi): add weak characters to the previous strong character's run [`2777`](https://github.com…
1306 - fix(examples) fix MicroPython examples and run the examples with CI [`2339`](https://github.com/l…
1405 - test(ci) build and run tests in parallel. [`2515`](https://github.com/lvgl/lvgl/pull/2515)
1406 - ci(tests) run tests using ctest [`2503`](https://github.com/lvgl/lvgl/pull/2503)
1434 - ci(docs) run apt-get update before installation [`f215174`](https://github.com/lvgl/lvgl/commit/f…
1476 - format run code-formtter.sh [`d67dd94`](https://github.com/lvgl/lvgl/commit/d67dd943cadb3d21a3d94…
1480 - make test run on master and release/v8.* [`227402a`](https://github.com/lvgl/lvgl/commit/227402a8…
1844 - Add `gpu_wait_cb` to wait until the GPU is working. It allows to run CPU a wait only when the ren…
[all …]
/lvgl-latest/demos/benchmark/
DREADME.md13 ## Run the benchmark
16 - If you only want to run a specific scene for any purpose (e.g. debug, performance optimization et…
102 //lv_demo_benchmark_run_scene(43); // run scene no 31
106 lv_timer_handler(); //! run lv task at the max speed
/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_rect_pack.h17 // Has only had a few tests run, may have issues.
154 // of small integers to guarantee the algorithm doesn't run out of temporary storage.
157 // may run out of temporary storage and be unable to pack some rectangles.
246 // if it's ok to run out of memory, then don't bother aligning them; in stbrp_setup_allow_out_of_mem()
252 // if it's not ok to run out of memory, then quantize the widths in stbrp_setup_allow_out_of_mem()
/lvgl-latest/src/misc/
Dlv_anim.c82 /*If the list is empty the anim timer was suspended and it's last run measure is invalid*/ in lv_anim_start()
355 /*Flip the run round*/ in anim_timer()
368 …d = anim_run_round; /*The list readying might be reset so need to know which anim has run already*/ in anim_timer()
370 /*The animation will run now for the first time. Call `start_cb`*/ in anim_timer()
Dlv_timer.h45 uint32_t period; /**< How often the timer should run*/
66 * @return time till it needs to be run next (in ms)
73 * Call it in the super-loop of main() or threads. It will run lv_timer_handler()
Dlv_timer.c98 /*Run all timer from the list*/ in lv_timer_handler()
330 * Find out how much time remains before a timer must be run.
332 * @return the time remaining, or 0 if it needs to be run again
/lvgl-latest/src/draw/nxp/vglite/
Dlv_draw_vglite_blend.c174 VG_LITE_RETURN_INV("Run failed."); in lv_gpu_nxp_vglite_fill()
201 VG_LITE_RETURN_INV("Run failed."); in lv_gpu_nxp_vglite_fill()
321 LV_LOG_ERROR("Run failed."); in lv_gpu_nxp_vglite_buffer_copy()
557 VG_LITE_RETURN_INV("Run failed."); in lv_vglite_blit()
/lvgl-latest/docs/overview/
Dimage.md89 If you are generating an image at run-time, you can craft an image variable to display it using LVG…
107 Another (possibly simpler) option to create and display an image at run-time is to use the [Canvas]…
295 The size of the cache can be changed at run-time with `lv_img_cache_set_size(entry_num)`.
/lvgl-latest/tests/unity/
Dgenerate_test_runner.rb62 def run(input_file, output_file, options = nil) method in UnityTestRunnerGenerator
165 # determine line numbers and create tests to run
510 UnityTestRunnerGenerator.new(options).run(ARGV[0], ARGV[1])
/lvgl-latest/tests/src/test_cases/
D_test_template.c8 /* Function run before every test */ in setUp()
13 /* Function run after every test */ in tearDown()
Dtest_mem.c8 /* Function run before every test */ in setUp()
13 /* Function run after every test */ in tearDown()
Dtest_tiny_ttf.c8 /* Function run before every test */ in setUp()
13 /* Function run after every test */ in tearDown()

1234