/lvgl-latest/demos/ebike/assets/ |
D | font_gen.py | 6 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/ |
D | tvgTaskScheduler.h | 62 virtual void run(unsigned tid) = 0; 67 run(tid); in operator() 94 virtual void run(unsigned tid) = 0;
|
D | tvgTaskScheduler.cpp | 123 *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()
|
D | tvgLottieLoader.cpp | 36 void LottieLoader::run(unsigned tid) in run() function in LottieLoader 95 run(0); in header() 383 if (rebuild) run(0); in sync()
|
D | tvgSvgLoader.h | 67 void run(unsigned tid) override;
|
D | tvgLottieLoader.h | 82 void run(unsigned tid) override;
|
/lvgl-latest/.github/workflows/ |
D | makefile.yml | 24 run: scripts/install-prerequisites.sh 27 run: make test_file
|
/lvgl-latest/tests/ |
D | README.md | 3 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/ |
D | infer_run.sh | 10 infer run -- make -j8
|
/lvgl-latest/docs/details/integration/ide/ |
D | pc-simulator.rst | 8 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/ |
D | build.py | 172 def run(): function 404 config_builder.run() 497 doc_builder.run( 665 run()
|
D | config_builder.py | 21 def run(c_path=None): function
|
/lvgl-latest/scripts/gen_json/ |
D | create_fake_lib_c.py | 152 def run(temp_dir): function
|
D | gen_json.py | 26 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) 333 …run(args.output_path, args.lv_conf, args.output_path is None, args.target_header, args.filter_priv…
|
/lvgl-latest/env_support/pikascript/ |
D | README.md | 3 …ub.com/pikasTech/pikascript) is an ultralightweight python engine that can run with 4KB of RAM and…
|
/lvgl-latest/docs/_ext/ |
D | link_roles.py | 32 def run(self, **kwargs): member in TranslationLinkNodeTransform
|
/lvgl-latest/docs/details/integration/os/ |
D | qnx.rst | 28 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.
|
D | torizon_os.rst | 61 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/ |
D | lvgl_recipe.rst | 129 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/ |
D | micropython.rst | 12 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/ |
D | timer_handler.rst | 35 lv_timer_handler_run_in_period(5); /* run lv_timer_handler() every 5ms */
|
/lvgl-latest/docs/details/other-components/ |
D | ime_pinyin.rst | 13 run can also run ``lv_ime_pinyin``. There are two main influencing
|
/lvgl-latest/docs/details/integration/driver/ |
D | wayland.rst | 13 …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/ |
D | arduino.rst | 7 Note that you need to choose a board powerful enough to run LVGL and 59 Initialize and run LVGL
|
/lvgl-latest/demos/music/ |
D | README.md | 26 - run `python spectrum.py my_file.mp3`
|