Searched refs:RGB565 (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/docs/details/integration/driver/display/ |
D | renesas_glcdc.rst | 20 - 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/ |
D | nxp.rst | 132 - 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.
|
D | renesas.rst | 69 | Parallel RGB565 73 | Parallel RGB565
|
D | stm32.rst | 42 …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/ |
D | micropy.py | 286 lv.draw_buf_align(canvas_buf, lv.COLOR_FORMAT.RGB565), 289 lv.COLOR_FORMAT.RGB565
|
/lvgl-latest/scripts/ |
D | LVGLImage.py | 120 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/ |
D | README.md | 203 /** Swap the high and low bytes for RGB565 */
|
/lvgl-latest/docs/details/main-components/ |
D | display.rst | 269 /* 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
|
D | image.rst | 130 - 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/ |
D | lv_blend_neon.S | 22 @ q8 : src RGB565 raw 23 @ q9 : dst RGB565 raw
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_utils.c | 222 VG_LITE_ENUM_TO_STRING(RGB565); in lv_vg_lite_buffer_format_string()
|
/lvgl-latest/ |
D | Kconfig | 27 bool "16: RGB565" 228 bool "Enable support for RGB565 color format"
|