/lvgl-latest/examples/ |
D | test_ex.sh | 2 cat ../../header.py $1 > test.py 3 chmod +x test.py 4 ./test.py
|
/lvgl-latest/tests/ |
D | README.md | 16 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/ |
D | README.md | 15 - `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/ |
D | pull_request_template.md | 9 …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/ |
D | img_gen.sh | 2 python3.10 ../../../scripts/LVGLImage.py $1 --ofmt C -o ../src/generated --cf $2
|
/lvgl-latest/docs/details/libs/ |
D | rle.rst | 35 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
|
D | rlottie.rst | 79 ``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/ |
D | lv_ime_pinyin.h | 37 const char * const py; member
|
D | lv_ime_pinyin.c | 869 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/ |
D | tvgScene.h | 197 bool bounds(float* px, float* py, float* pw, float* ph, bool stroking) in bounds() 222 if (py) *py = y1; in bounds()
|
D | tvgSwRle.cpp | 582 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/ |
D | setup.sh | 17 ../scripts/generate_lv_conf.py --template ../lv_conf_template.h --config ../../lv_conf.h
|
/lvgl-latest/docs/details/integration/chip/ |
D | espressif.rst | 33 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/ |
D | gdb_plugin.rst | 18 ``source lvgl/scripts/gdb/gdbinit.py`` 25 (gdb) source lvgl/scripts/gdb/gdbinit.py
|
D | profiler.rst | 125 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/ |
D | README.md | 7 …need copy the `pika_lvgl.pyi` to the root path of pikascript, then `import pika_lvgl` in `main.py`.
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_mask.h | 130 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/ |
D | README_zh.rst | 256 …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…
|
D | README.md | 41 python build.py skip_latex clean 45 python3 build.py skip_latex clean
|
/lvgl-latest/src/libs/tjpgd/ |
D | tjpgd.c | 837 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/ |
D | lottie.rst | 67 ``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/ |
D | README.md | 175 …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/ |
D | pikascript.rst | 171 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/ |
D | lv_area.c | 594 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/ |
D | nema_graphics.h | 760 float px, float py, float degrees_cw );
|