Home
last modified time | relevance | path

Searched refs:RGB565 (Results 1 – 12 of 12) sorted by relevance

/lvgl-latest/docs/details/integration/driver/display/
Drenesas_glcdc.rst20 - Supports various color formats for input graphics planes (RGB888, ARGB8888, RGB565, ARGB1555, ARG…
22 - Supports various color formats for output (RGB888, RGB666, RGB565, Serial RGB888)
/lvgl-latest/docs/details/integration/chip/
Dnxp.rst132 - Blit source image RGB565/ARGB888/XRGB8888 over destination.
133 RGB565/RGB888/ARGB888/XRGB8888 + optional opacity.
134 - Recolor source image RGB565.
135 - Scale and rotate (90, 180, 270 degree) source image RGB565.
385 buffer address alignment to be 32 bytes for RGB565 and 64 bytes for ARGB8888.
Drenesas.rst69 | Parallel RGB565
73 | Parallel RGB565
Dstm32.rst42 …efine BYTES_PER_PIXEL (LV_COLOR_FORMAT_GET_SIZE(LV_COLOR_FORMAT_RGB565)) /* will be 2 for RGB565 */
158 …efine BYTES_PER_PIXEL (LV_COLOR_FORMAT_GET_SIZE(LV_COLOR_FORMAT_RGB565)) /* will be 2 for RGB565 */
/lvgl-latest/tests/micropy_test/
Dmicropy.py286 lv.draw_buf_align(canvas_buf, lv.COLOR_FORMAT.RGB565),
289 lv.COLOR_FORMAT.RGB565
/lvgl-latest/scripts/
DLVGLImage.py120 RGB565 = 0x12 variable in ColorFormat
142 ColorFormat.RGB565: 16,
188 ColorFormat.ARGB8565, ColorFormat.RGB565)
994 elif cf == ColorFormat.RGB565:
1035 cf in (ColorFormat.RGB565, ColorFormat.RGB565A8, ColorFormat.ARGB8565)
/lvgl-latest/env_support/cmsis-pack/
DREADME.md203 /** Swap the high and low bytes for RGB565 */
/lvgl-latest/docs/details/main-components/
Ddisplay.rst269 /* Declare buffer for 1/10 screen size; BYTES_PER_PIXEL will be 2 for RGB565. */
311 uint16_t * buf16 = (uint16_t *)px_map; /* Let's say it's a 16 bit (RGB565) display */
483 - :c:macro:`LV_COLOR_DEPTH` ``16``: RGB565 (2 bytes/pixel)
499 In case of RGB565 color format it might be required to swap the 2 bytes
Dimage.rst130 - RGB565 for 16-bit color depth
131 - RGB565 Swap for 16-bit color depth (two bytes are swapped)
/lvgl-latest/src/draw/sw/blend/neon/
Dlv_blend_neon.S22 @ q8 : src RGB565 raw
23 @ q9 : dst RGB565 raw
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_utils.c222 VG_LITE_ENUM_TO_STRING(RGB565); in lv_vg_lite_buffer_format_string()
/lvgl-latest/
DKconfig27 bool "16: RGB565"
228 bool "Enable support for RGB565 color format"