Home
last modified time | relevance | path

Searched refs:Image (Results 1 – 25 of 33) sorted by relevance

12

/lvgl-latest/docs/details/widgets/
Dimagebutton.rst4 Image Button (lv_imagebutton)
11 The Image Button is very similar to the simple 'Button' Widget. The only
25 properties are used, a rectangle will be drawn behind the Image
34 Image sources
40 The image sources work the same as described in the :ref:`Image Widget <lv_image>`
41 except that "Symbols" are not supported by the Image button. Any of the sources can ``NULL``.
60 they will be used instead when the Image Button is in that state.
67 set the state of Image Buttons.
76 - :cpp:enumerator:`LV_EVENT_VALUE_CHANGED` Sent when Image Button's CHECKED state is toggled.
77 This requires the Image Button's :cpp:enumerator:`LV_OBJ_FLAG_CHECKABLE` flag to be set.
[all …]
Danimimg.rst4 Animation Image (lv_animimg)
10 The animation image is similar to the normal 'Image' Widget. The only
30 Image sources
53 No special events are sent by Animation-Image Widgets.
68 No *Keys* are processed by Animation-Image Widgets.
Dimage.rst4 Image (lv_image)
13 Using the :ref:`Image decoder interface <overview_image_decoder>`, custom image formats
30 Image source
88 - **Indexed**: Image has a color palette, and each pixel is an index into that palette.
153 The main differences are that pure Image Widget transformations:
155 - do not transform the children of the Image Widget, and
199 No special events are sent by Image Widgets. By default, Image Widgets are created
200 without the LV_OBJ_FLAG_CLICKABLE flag, but you can add it to make an Image Widget
216 No *Keys* are processed by Image Widgets.
Dcanvas.rst11 A Canvas inherits from :ref:`Image <lv_image>` and extends it, enabling the user to draw
Ddropdown.rst35 - :cpp:enumerator:`LV_PART_INDICATOR` Typically an arrow symbol that can be an Image
/lvgl-latest/examples/widgets/image/
Dindex.rst2 Image from variable and symbol
9 Image recoloring
22 Image offset and styling
/lvgl-latest/scripts/
Dimage_viewer.py27 from PIL import Image
30 image = Image.open(output)
Djpg_to_sjpg.py11 from PIL import Image
26 im = Image.open(INPUT_FILE)
/lvgl-latest/examples/widgets/imagebutton/
Dindex.rst2 Simple Image button
/lvgl-latest/examples/widgets/animimg/
Dindex.rst2 Simple Animation Image
/lvgl-latest/tests/micropy_test/
D__init__.py32 from PIL import Image as Image unknown
203 image = Image.open(IMG_PATH)
317 image = Image.new('RGB', (width, height))
/lvgl-latest/docs/details/other-components/
Dimgfont.rst4 Image font
Dsnapshot.rst25 Free the Image
Dobj_id.rst88 - Image
/lvgl-latest/examples/styles/
Dindex.rst32 Image styles
/lvgl-latest/docs/details/main-components/
Dimage.rst90 with one of the built-in color formats and an external :ref:`Image decoder <overview_image_decoder>`
107 The online Image converter is available here:
178 Image decoder
187 and attach them to LVGL via the *Image decoder* interface.
415 Image post-processing
502 Image caching
516 be beneficial for your platform or not. Image caching may not be worth
Dfs.rst285 :ref:`Image <lv_image>` Widgets can be opened from files as well (besides
288 To use files in Image Widgets the following callbacks are required:
/lvgl-latest/docs/details/integration/bindings/
Djavascript.rst69 - `Image <https://github.com/lvgl/lv_binding_js/blob/master/doc/component/Image.md>`__
/lvgl-latest/src/libs/thorvg/
DtvgPicture.cpp54 return RenderUpdateFlag::Image; in load()
DtvgPicture.h173 PP(picture)->renderFlag |= RenderUpdateFlag::Image; in duplicate()
DtvgLottieModel.cpp143 LottieObject::type = LottieObject::Image; in prepare()
367 case LottieObject::Image: in prepare()
DtvgSvgLoaderCommon.h45 Image, enumerator
DtvgLottieModel.h136 Image, enumerator
751 enum Type : uint8_t {Precomp = 0, Solid, Image, Null, Shape, Text}; enumerator
DtvgRender.h41 …{None = 0, Path = 1, Color = 2, Gradient = 4, Stroke = 8, Transform = 16, Image = 32, GradientStro… enumerator
/lvgl-latest/docs/details/integration/chip/
Drenesas.rst18 - Image drawing, scaling, and rotation

12