Searched refs:run (Results 1 – 25 of 31) sorted by relevance
12
18 run: scripts/install-prerequisites.sh21 run: make test_file
23 lv_timer_handler_run_in_period(5); /* run lv_timer_handler() every 5ms */32 lv_timer_handler_run_in_period(5); /* run lv_timer_handler() every 5ms */
50 …lue in the interrupt, and periodically check it in an LVGL timer (which is run by `lv_timer_handle…
6 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.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.
9 infer run -- make -j8
158 # If left blank the directory from which doxygen is run is used as the path to420 # symbols. At the end of a run doxygen will report the cache usage and suggest698 # that represents doxygen's defaults, run doxygen with the -l option. You can702 # Note that if you run doxygen from a directory containing a file called835 # run.1200 # to YES can help to show when doxygen was last run and thus if the1299 # 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 the1470 # doxygen run you need to manually remove any form_*.png images from the HTML2099 # run, you must also specify the path to the tagfile here.[all …]
3 The tests in the folder can be run locally and automatically by GitHub CI.19 run executable tests, and generate code coverage22 For full information on running tests run: `./tests/main.py --help`.
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
81 version = subprocess.run(["../scripts/find_version.sh"], capture_output=True).stdout.decode("utf-8"…
10 - Reconsider color format management for run time color format setting, and custom color format usa…
4 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.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…
6 Note that you need to choose a board powerful enough to run LVGL and your GUI. See the [requiremen…44 ## Initialize and run LVGL
75 * To run LVGL, you’ll need to create a thread. You can find examples of how to do this using RT-Thr…
81 - src/draw/nxp/pxp/lv_gpu_nxp_pxp.c[.h]: init, uninit, run/wait PXP device
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 31106 lv_timer_handler(); //! run lv task at the max speed
51 def run(self): member in LvExample
5 Normally, an environment where [lv_keyboard](/widgets/extra/keyboard) can run can also run `lv_ime_…
26 - run `python sectrum.py my_file.mp3`
7 [Introduce about RT-Thread and how to run LVGL on RT-Thread in simulators](https://www.youtube.com/…23 ## How to run LVGL on RT-Thread?
62 def run(input_file, output_file, options = nil) method in UnityTestRunnerGenerator510 UnityTestRunnerGenerator.new(options).run(ARGV[0], ARGV[1])
3 Interface to [FreeType](https://www.freetype.org/) to generate font bitmaps run time.
39 `lv_timer_ready(timer)` makes a timer run on the next call of `lv_timer_handler()`.
89 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)`.
75 static void addRunToHistory(unsigned char run, unsigned char history[7]);717 static void addRunToHistory(unsigned char run, unsigned char history[7]) { in addRunToHistory() argument719 history[0] = run; in addRunToHistory()
52 Basically, every modern controller (which is able to drive a display) is suitable to run LVGL. The …