Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 62) sorted by relevance

123

/lvgl-latest/demos/ebike/assets/
Dfont_gen.py6 def run(c): function
23 run(f"lv_font_conv --no-compress --no-prefilter --bpp 4 --size 14 --font Inter-SemiBold.ttf -r 0x2…
24 run(f"lv_font_conv --no-compress --no-prefilter --bpp 4 --size 20 --font Inter-SemiBold.ttf -r 0x2…
26 run(f"lv_font_conv --no-compress --no-prefilter --bpp 4 --size 24 --font TrumpGothicPro.ttf -r 0x2…
27 run(f"lv_font_conv --no-compress --no-prefilter --bpp 4 --size 40 --font TrumpGothicPro.ttf -r 0x2…
28 run(f"lv_font_conv --no-compress --no-prefilter --bpp 4 --size 48 --font TrumpGothicPro.ttf -r 0x2…
29 run(f"lv_font_conv --no-compress --no-prefilter --bpp 4 --size 72 --font TrumpGothicPro.ttf -r 0x2…
/lvgl-latest/src/libs/thorvg/
DtvgTaskScheduler.h62 virtual void run(unsigned tid) = 0;
67 run(tid); in operator()
94 virtual void run(unsigned tid) = 0;
DtvgTaskScheduler.cpp123 *threads.data[i] = thread([&, i] { run(i); }); in TaskSchedulerImpl()
141 void run(unsigned i) in run() function
172 task->run(0); in request()
189 void request(Task* task) { task->run(0); } in request()
DtvgLottieLoader.cpp36 void LottieLoader::run(unsigned tid) in run() function in LottieLoader
95 run(0); in header()
383 if (rebuild) run(0); in sync()
DtvgSvgLoader.h67 void run(unsigned tid) override;
DtvgLottieLoader.h82 void run(unsigned tid) override;
/lvgl-latest/.github/workflows/
Dmakefile.yml24 run: scripts/install-prerequisites.sh
27 run: make test_file
/lvgl-latest/tests/
DREADME.md3 The tests in the folder can be run locally and automatically by GitHub CI.
19 run executable tests, and generate code coverage
23 You can run below command firstly and follow instructions in logs to install them.
28 For full information on running tests run: `./tests/main.py --help`.
/lvgl-latest/scripts/
Dinfer_run.sh10 infer run -- make -j8
/lvgl-latest/docs/details/integration/ide/
Dpc-simulator.rst8 development boards). LVGL will run on a simulator environment on the PC
13 - Hardware independent: Write code, run it on the PC and see the result on a monitor.
14 - Cross-platform: Any Windows, Linux or macOS system can run the PC simulator.
/lvgl-latest/docs/
Dbuild.py172 def run(): function
404 config_builder.run()
497 doc_builder.run(
665 run()
Dconfig_builder.py21 def run(c_path=None): function
/lvgl-latest/scripts/gen_json/
Dcreate_fake_lib_c.py152 def run(temp_dir): function
Dgen_json.py26 def run(output_path, lvgl_config_path, output_to_stdout, target_header, filter_private, no_docstrin… function
123 fake_libc_path = create_fake_lib_c.run(temp_directory)
333run(args.output_path, args.lv_conf, args.output_path is None, args.target_header, args.filter_priv…
/lvgl-latest/env_support/pikascript/
DREADME.md3 …ub.com/pikasTech/pikascript) is an ultralightweight python engine that can run with 4KB of RAM and…
/lvgl-latest/docs/_ext/
Dlink_roles.py32 def run(self, **kwargs): member in TranslationLinkNodeTransform
/lvgl-latest/docs/details/integration/os/
Dqnx.rst28 How to run LVGL on QNX?
76 appropriate directory and run `make` there. For example, to build a shared
86 especially if they run concurrently, it is better to use the shared library.
Dtorizon_os.rst61 docker run --rm -it --privileged torizon/binfmt
62 docker run --rm -it --pull always --platform linux/arm64/v8 debian arch
184 ``docker run -d -p 5000:5000 --name registry registry:2.7``
230 ``docker run --device /dev/fb0:/dev/fb0 <IMAGE_ID>``
/lvgl-latest/docs/details/integration/os/yocto/
Dlvgl_recipe.rst129 To ensure the layers were added as expected, run the Bitbake command to show
242 and they collectively form the complete environment needed to compile and run
419 When a recipe is compiled, it will run multiple tasks. You can run each task
420 manually to understand what is generated each step, or you can run ``bitbake
421 lvgl`` to run all the tasks.
546 With these modifications, you can now run the image recipe again::
566 applications that run on the target device.
580 To generate an SDK of the environment, run the following command:
679 file://0001-change-config-file-to-run-fbdev-with-2-threads.patch \
704 touch 0001-change-config-file-to-run-fbdev-with-2-threads.patch
[all …]
/lvgl-latest/docs/details/integration/bindings/
Dmicropython.rst12 code and run it even on a bare metal architecture with limited resources.
19 can also run it with an OS, if you want.
23 commands and execute them immediately, run scripts, etc.
53 **``Change code`` > ``Run``** ! You can even run commands interactively using the
109 edit a python script and run it.
119 …ported to many platforms. One notable port is "unix", which allows you to build and run MicroPython
128 In the end, the goal is to run it all on an embedded platform. Both MicroPython and LVGL can be use…
/lvgl-latest/docs/intro/add-lvgl-to-your-project/
Dtimer_handler.rst35 lv_timer_handler_run_in_period(5); /* run lv_timer_handler() every 5ms */
/lvgl-latest/docs/details/other-components/
Dime_pinyin.rst13 run can also run ``lv_ime_pinyin``. There are two main influencing
/lvgl-latest/docs/details/integration/driver/
Dwayland.rst13 …iver is for testing/debugging the LVGL application, it can also be used to run applications in 'ki…
142 To generate the required files run the following commands:
149 The resulting files can then be integrated into the project, it's better to re-run ``wayland-scanne…
/lvgl-latest/docs/details/integration/framework/
Darduino.rst7 Note that you need to choose a board powerful enough to run LVGL and
59 Initialize and run LVGL
/lvgl-latest/demos/music/
DREADME.md26 - run `python spectrum.py my_file.mp3`

123