Home
last modified time | relevance | path

Searched refs:L8 (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/scripts/
DLVGLImage.py109 L8 = 0x06 variable in ColorFormat
131 ColorFormat.L8: 8,
192 return self in (ColorFormat.L8, )
816 elif self.cf == ColorFormat.L8:
976 self.set_data(ColorFormat.L8, w, h, rawdata)
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_utils.c229 VG_LITE_ENUM_TO_STRING(L8); in lv_vg_lite_buffer_format_string()
/lvgl-latest/docs/
DCHANGELOG.rst14 - L8 and I1 rendering support
43 - **feat(draw_sw): extend lv_draw_sw_rotate with L8 support** `6520 <https://github.com/lvgl/lvgl/p…
433 - **chore(tests): remove vg_lite L8 render reference images** `6606 <https://github.com/lvgl/lvgl/p…
/lvgl-latest/docs/details/main-components/
Ddisplay.rst484 - :c:macro:`LV_COLOR_DEPTH` ``8``: L8 (1 bytes/pixel)
/lvgl-latest/
DKconfig253 bool "Enable support for L8 color format"