Lines Matching full:as
9 - feat(littlefs): add lv_fs_littlefs system as a driver [`4677`](https://github.com/lvgl/lvgl/pull/…
139 - fix(btnmatrix): fix using > 7 as button width [`75e6ef4`](https://github.com/lvgl/lvgl/commit/…
153 - docs(faq): don't say 24 bit is support as LVGL can't render in RGB888 directly [`227ac02`](https:…
287 v8.3.3 is the same as v8.3.2. It was released only because the version number was set incorrectly i…
312 - docs(disp): LV_COLOR_SCREEN_TRANSP remove dependency on LV_COLOR_DEPTH_32 as transparency is supp…
352 …as an image applying all the transformations. Layers are also used when `opa` (not `bg_opa`, `bord…
574 - fix(event) avoid using a boolean as a pointer [`06fff4b`](https://github.com/lvgl/lvgl/commit/06f…
577 - fix(fs): mark the read cache as invalid by default [`54f9987`](https://github.com/lvgl/lvgl/commi…
634 - ci use GCC problem matcher on ARM tests as well [`9fcefe5`](https://github.com/lvgl/lvgl/commit/9…
772 - fix(obj): make lv_obj_fade_in/out use the current opa as start value [`2819`](https://github.com/…
773 - fix(qrcode):minimize margins as much as possible [`2804`](https://github.com/littlevgl/lvgl/pull/…
813 - fix: remove symlinks to be accepted as an Ardunio library [`6701d36`](https://github.com/littlevg…
917 - Add LVGL as an [RT-Thread](https://packages.rt-thread.org/en/detail.html?package=LVGL) and [ESP32…
932 - feat(rlottie) add LVGL-Rlottie interface as 3rd party lib [`2700`](https://github.com/lvgl/lvgl/p…
983 - feat(docs) lazy load individual examples as well [`918d948`](https://github.com/lvgl/lvgl/commit/…
1206 - fix(docs) commit to meta repo as lvgl-bot instead of actual commit author [`f0e8549`](https://git…
1496 - chore(docs) always deploy master to docs/master as well [`6d05692`](https://github.com/lvgl/lvgl/…
1591 - chore(docs) always deploy master to docs/master as well <a href="https://github.com/lvgl/lvgl/com…
1633 - `lv_meter` added as the union of `lv_linemeter` and `lv_gauge`
1992 - Make Micropython working by adding the required variables as GC_ROOT
2021 Internally, the drawings happen by defining masks (such as rounded rectangle, line, angle).
2035 As part of these updates, a lot of objects were reworked and the APIs have been changed.
2045 - *value* display a text which is stored in the style. It can be used e.g. as a light-weighted text…
2074 …/shadow etc it will be drawn. Padding really makes the object larger (not just virtually as before)
2080 - `gauge`: `lv_gauge_set_needle_img` allows use image as needle
2108 - The other parts are mainly minor renames and refactoring as described above.