Searched refs:py (Results 1 – 18 of 18) sorted by relevance
/lvgl-3.5.0/examples/ |
D | test_ex.sh | 2 cat ../../header.py $1 > test.py 3 chmod +x test.py 4 ./test.py
|
/lvgl-3.5.0/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 For full information on running tests run: `./tests/main.py --help`. 34 - `report` - Coverage report. Generated if the `report` flag was passed to `./main.py`
|
D | CMakeLists.txt | 276 message(FATAL_ERROR "Must provide a known options value (check main.py?).")
|
/lvgl-3.5.0/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 sectrum.py my_file.mp3`
|
/lvgl-3.5.0/src/extra/libs/sjpg/ |
D | tjpgd.c | 798 jd_yuv_t *py, *pc; in mcu_output() local 820 pc = py = jd->mcubuf; in mcu_output() 823 if (iy >= 8) py += 64; in mcu_output() 827 py += iy * 8; in mcu_output() 832 if (ix == 8) py += 64 - 8; /* Jump to next block if double block heigt */ in mcu_output() 837 yy = *py++; /* Get Y component */ in mcu_output() 845 py = jd->mcubuf + iy * 8; in mcu_output() 847 if (iy >= 8) py += 64; in mcu_output() 851 if (ix == 8) py += 64 - 8; /* Jump to next block if double block height */ in mcu_output() 853 *pix++ = (uint8_t)*py++; /* Get and store a Y value as grayscale */ in mcu_output() [all …]
|
/lvgl-3.5.0/.github/ |
D | pull_request_template.md | 7 - [ ] Run `code-format.py` from the `scripts` folder. [astyle](http://astyle.sourceforge.net/instal…
|
/lvgl-3.5.0/src/extra/others/ime/ |
D | lv_ime_pinyin.h | 35 const char * const py; member
|
D | lv_ime_pinyin.c | 883 if((NULL == (dict[i].py)) || (NULL == (dict[i].py_mb))) { in init_pinyin_dict() 884 headletter = dict[i - 1].py[0]; in init_pinyin_dict() 890 if(headletter == (dict[i].py[0])) { in init_pinyin_dict() 894 headletter = dict[i].py[0]; in init_pinyin_dict() 927 if(*(py_str + index) != *((cpHZ->py) + index)) { in pinyin_search_matching() 1081 if(*(py_str + index) != *((cpHZ->py) + index)) { in pinyin_k9_is_valid_py()
|
/lvgl-3.5.0/docs/get-started/platforms/ |
D | espressif.md | 41 idf.py add-dependency lvgl/lvgl>=8.* 48 When you are ready to configure LVGL, launch the configuration menu with `idf.py menuconfig` in you…
|
/lvgl-3.5.0/docs/libs/ |
D | rlottie.md | 51 `lvgl/scripts/filetohex.py` can be used to convert a Lottie file a hex array. E.g.: 53 ./filetohex.py path/to/lottie.json > out.txt
|
D | sjpg.md | 41 - `python3 jpg_to_sjpg.py image_to_convert.jpg`. It creates both a C files and an SJPG image.
|
/lvgl-3.5.0/src/misc/ |
D | lv_area.c | 526 lv_coord_t py = p->y - cy; in lv_point_within_circle() local 529 uint32_t dist = (px * px) + (py * py); in lv_point_within_circle()
|
/lvgl-3.5.0/src/draw/ |
D | lv_draw_mask.h | 338 void lv_draw_mask_line_angle_init(lv_draw_mask_line_param_t * param, lv_coord_t p1x, lv_coord_t py,…
|
D | lv_draw_mask.c | 387 void lv_draw_mask_line_angle_init(lv_draw_mask_line_param_t * param, lv_coord_t p1x, lv_coord_t py,… in lv_draw_mask_line_angle_init() argument 400 p2y = (lv_trigo_sin(angle) >> 5) + py; in lv_draw_mask_line_angle_init() 402 lv_draw_mask_line_points_init(param, p1x, py, p2x, p2y, side); in lv_draw_mask_line_angle_init()
|
/lvgl-3.5.0/docs/get-started/bindings/ |
D | micropython.md | 69 …py&script_startup=https://gist.githubusercontent.com/amirgon/7bf15a66ba6d959bbf90d10f3da571be/raw/…
|
/lvgl-3.5.0/docs/overview/ |
D | font.md | 155 … but in a different size and/or ranges, you can use the `built_in_font_gen.py` script in `lvgl/scr…
|
/lvgl-3.5.0/docs/ |
D | CHANGELOG.md | 893 - fix( example) in lv_example_scroll_3.py float_btn should only be created once [`2602`](https://gi… 896 - fix(lv_conf_internal_gen.py) formatting fixes on the generated file [`2542`](https://github.com/… 1123 - feat(example) add lv_example_chart_9.py [`2604`](https://github.com/lvgl/lvgl/pull/2604) 1124 - feat(example) add lv_example_chart_8.py [`2611`](https://github.com/lvgl/lvgl/pull/2611) 1130 - fix(example) minor fixes in lv_example_chart_2.py [`2601`](https://github.com/lvgl/lvgl/pull/2601) 1302 - added example lv_example_anim_timeline_1.py [`2387`](https://github.com/lvgl/lvgl/pull/2387) 1314 - refactor(examples) drop JS-specific code from header.py [`ef41450`](https://github.com/lvgl/lvgl/… 1317 - refactor(examples) drop usys import from header.py [`ad1f91a`](https://github.com/lvgl/lvgl/commi…
|
/lvgl-3.5.0/scripts/ |
D | Doxyfile | 815 # *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08,
|