Searched refs:v7 (Results 1 – 9 of 9) sorted by relevance
/lvgl-latest/src/extra/libs/sjpg/ |
D | tjpgd.c | 585 int32_t v0, v1, v2, v3, v4, v5, v6, v7; in block_idct() local 609 v7 = src[8 * 3]; in block_idct() 613 t12 = v6 - v7; in block_idct() 614 v7 += v6; in block_idct() 615 v5 = (t11 - v7) * M13 >> 12; in block_idct() 616 v7 += t11; in block_idct() 619 v6 = t13 - (t12 * M4 >> 12) - v7; in block_idct() 623 src[8 * 0] = v0 + v7; /* Write-back transformed values */ in block_idct() 624 src[8 * 7] = v0 - v7; in block_idct() 656 v7 = src[3]; in block_idct() [all …]
|
/lvgl-latest/docs/get-started/bindings/ |
D | micropython.md | 69 [Hello World](https://sim.lvgl.io/v7/micropython/ports/javascript/bundle_out/index.html?script=http… 71 Note: the online simulator is available for lvgl v6 and v7.
|
/lvgl-latest/docs/libs/ |
D | freetype.md | 44 - LVGL's [font interface](https://docs.lvgl.io/v7/en/html/overview/font.html#add-a-new-font-engine)
|
/lvgl-latest/examples/arduino/LVGL_Arduino/ |
D | LVGL_Arduino.ino | 9 …Note that the `lv_examples` library is for LVGL v7 and you shouldn't install it for this version (…
|
/lvgl-latest/docs/get-started/platforms/ |
D | arduino.md | 60 Note that the `lv_examples` library is for LVGL v7 and you shouldn't install it for this version (s…
|
/lvgl-latest/docs/widgets/extra/ |
D | keyboard.md | 63 …This behavior differs from v7, where adding an event handler would always replace the previous one.
|
/lvgl-latest/docs/ |
D | CHANGELOG.md | 955 - feat(obj) Backport keypad and encoder scrolling from v7 `lv_page` to v8 `lv_obj` [`2390`](https:/… 1340 - docs(porting) fix indev example to remove v7 bool return [`2381`](https://github.com/lvgl/lvgl/pu… 1618 v8 is a major change and therefore it's not backward compatible with v7. 1681 ### Migrating from v7 to v8 1693 ## v7.11.0 (16.03.2021) 1703 ## v7.10.1 (16.02.2021) 1714 ## v7.10.0 (02.02.2021) 1723 ## v7.9.1 (19.01.2021) 1734 ## v7.9.0 (05.01.2021) 1754 ## v7.8.1 (15.12.2020) [all …]
|
/lvgl-latest/docs/overview/ |
D | indev.md | 129 For a more detailed description read the [Style](https://docs.lvgl.io/v7/en/html/overview/style.htm…
|
/lvgl-latest/docs/intro/ |
D | index.md | 105 | v7.11 | Mar 16, 2021 |Mar 16, 2022 | No |
|