Home
last modified time | relevance | path

Searched refs:py (Results 1 – 25 of 34) sorted by relevance

12

/lvgl-latest/examples/
Dtest_ex.sh2 cat ../../header.py $1 > test.py
3 chmod +x test.py
4 ./test.py
/lvgl-latest/tests/
DREADME.md16 1. Run all executable tests with `./tests/main.py test`.
17 2. Build all build-only tests with `./tests/main.py build`.
20 report `./tests/main.py --clean --report build test`.
22 It relies on scripts/LVGLImage.py, which requires pngquant and pypng.
24 `./tests/main.py --update-image test`
28 For full information on running tests run: `./tests/main.py --help`.
40 - `report` - Coverage report. Generated if the `report` flag was passed to `./main.py`
/lvgl-latest/demos/music/
DREADME.md15 - `assets/spectrum.py` creates an array of spectrum values from a music. 4 band are created with 33…
24 ## Using spectrum.py
26 - run `python spectrum.py my_file.mp3`
/lvgl-latest/.github/
Dpull_request_template.md9 …template.h` run [lv_conf_internal_gen.py](https://github.com/lvgl/lvgl/blob/master/scripts/lv_conf…
10 - Run `scripts/code-format.py` (`astyle v3.4.12` needs to installed by running `cd scripts; ./insta…
/lvgl-latest/demos/ebike/assets/
Dimg_gen.sh2 python3.10 ../../../scripts/LVGLImage.py $1 --ofmt C -o ../src/generated --cf $2
/lvgl-latest/docs/details/libs/
Drle.rst35 can be found from ``lvgl/script/LVGLImage.py``.
81 The image can be directly generated using script ``lvgl/script/LVGLImage.py``
86 ./script/LVGLImage.py --ofmt BIN --cf I8 --compress RLE cogwheel.png
Drlottie.rst79 ``lvgl/scripts/filetohex.py`` can be used to convert a Lottie file a hex
84 ./filetohex.py path/to/lottie.json --filter-character --null-terminate > out.txt
261 You will need to enable :c:macro:`LV_USE_RLOTTIE` through **idf.py** menuconfig under
/lvgl-latest/src/others/ime/
Dlv_ime_pinyin.h37 const char * const py; member
Dlv_ime_pinyin.c869 if((NULL == (dict[i].py)) || (NULL == (dict[i].py_mb))) { in init_pinyin_dict()
870 headletter = dict[i - 1].py[0]; in init_pinyin_dict()
876 if(headletter == (dict[i].py[0])) { in init_pinyin_dict()
880 headletter = dict[i].py[0]; in init_pinyin_dict()
913 if(*(py_str + index) != *((cpHZ->py) + index)) { in pinyin_search_matching()
1071 if(*(py_str + index) != *((cpHZ->py) + index)) { in pinyin_k9_is_valid_py()
/lvgl-latest/src/libs/thorvg/
DtvgScene.h197 bool bounds(float* px, float* py, float* pw, float* ph, bool stroking) in bounds()
222 if (py) *py = y1; in bounds()
DtvgSwRle.cpp582 auto py = diff.y * ONE_PIXEL; in _lineTo() local
587 prod -= py; in _lineTo()
593 } else if (prod - px <= 0 && prod - px + py > 0) { in _lineTo()
601 } else if (prod - px + py <= 0 && prod + py >= 0) { in _lineTo()
602 prod += py; in _lineTo()
/lvgl-latest/.devcontainer/
Dsetup.sh17 ../scripts/generate_lv_conf.py --template ../lv_conf_template.h --config ../../lv_conf.h
/lvgl-latest/docs/details/integration/chip/
Despressif.rst33 idf.py add-dependency "espressif/esp_lvgl_port^2.3.0"
45 idf.py add-dependency "lvgl/lvgl^9.*"
64 To configure LVGL, launch the configuration menu with ``idf.py menuconfig`` in your project root di…
82 idf.py add-dependency "espressif/esp_lcd_gc9a01^2.0.0"
141 LVGL's ``LVGLImage.py`` Python tool can be used to convert images to binary pixel map files.
185 After calling ``idf.py build flash`` the picture should be displayed on the screen.
/lvgl-latest/docs/details/debugging/
Dgdb_plugin.rst18 ``source lvgl/scripts/gdb/gdbinit.py``
25 (gdb) source lvgl/scripts/gdb/gdbinit.py
Dprofiler.rst125 Save the output log as `my_trace.txt`, use `trace_filter.py` for filtering and preprocessing:
129 ./lvgl/scripts/trace_filter.py my_trace.txt
135 python3 ./lvgl/scripts/trace_filter.py my_trace.txt
/lvgl-latest/env_support/pikascript/
DREADME.md7 …need copy the `pika_lvgl.pyi` to the root path of pikascript, then `import pika_lvgl` in `main.py`.
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_mask.h130 void lv_draw_sw_mask_line_angle_init(lv_draw_sw_mask_line_param_t * param, int32_t px, int32_t py, …
/lvgl-latest/docs/
DREADME_zh.rst256 …eader.py&script=https://raw.githubusercontent.com/lvgl/lvgl/0d9ab4ee0e591aad1970e3c9164fd7c544ecce…
322 …eader.py&script=https://raw.githubusercontent.com/lvgl/lvgl/0d9ab4ee0e591aad1970e3c9164fd7c544ecce…
419 …eader.py&script=https://raw.githubusercontent.com/lvgl/lvgl/0d9ab4ee0e591aad1970e3c9164fd7c544ecce…
502 …eader.py&script=https://raw.githubusercontent.com/lvgl/lvgl/0d9ab4ee0e591aad1970e3c9164fd7c544ecce…
DREADME.md41 python build.py skip_latex clean
45 python3 build.py skip_latex clean
/lvgl-latest/src/libs/tjpgd/
Dtjpgd.c837 jd_yuv_t * py, * pc; in jd_mcu_output() local
865 pc = py = jd->mcubuf; in jd_mcu_output()
868 if(iy >= 8) py += 64; in jd_mcu_output()
873 py += iy * 8; in jd_mcu_output()
878 if(ix == 8) py += 64 - 8; /* Jump to next block if double block height */ in jd_mcu_output()
884 yy = *py++; /* Get Y component */ in jd_mcu_output()
/lvgl-latest/docs/details/widgets/
Dlottie.rst67 ``lvgl/scripts/filetohex.py`` can be used to convert a Lottie file to a hex
72 ./filetohex.py path/to/lottie.json --filter-character --null-terminate > out.txt
/lvgl-latest/
DREADME.md175 …eader.py&script=https://raw.githubusercontent.com/lvgl/lvgl/0d9ab4ee0e591aad1970e3c9164fd7c544ecce…
229 …eader.py&script=https://raw.githubusercontent.com/lvgl/lvgl/0d9ab4ee0e591aad1970e3c9164fd7c544ecce…
316 …eader.py&script=https://raw.githubusercontent.com/lvgl/lvgl/0d9ab4ee0e591aad1970e3c9164fd7c544ecce…
389 …eader.py&script=https://raw.githubusercontent.com/lvgl/lvgl/0d9ab4ee0e591aad1970e3c9164fd7c544ecce…
/lvgl-latest/docs/details/integration/bindings/
Dpikascript.rst171 To use the module, just ``import pika_lvgl`` and the precompiler will automatically scan main.py an…
182 scanning main.py...
/lvgl-latest/src/misc/
Dlv_area.c594 int32_t py = p->y - cy; in lv_point_within_circle() local
597 uint32_t dist = (px * px) + (py * py); in lv_point_within_circle()
/lvgl-latest/libs/nema_gfx/include/
Dnema_graphics.h760 float px, float py, float degrees_cw );

12