Home
last modified time | relevance | path

Searched refs:RGB565A8 (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/scripts/
DLVGLImage.py122 RGB565A8 = 0x14 variable in ColorFormat
143 ColorFormat.RGB565A8: 16, # 16bpp + a8 map
182 ColorFormat.RGB565A8)
187 ColorFormat.XRGB8888, ColorFormat.RGB565A8,
269 elif cf == ColorFormat.RGB565A8:
565 if self.cf == ColorFormat.RGB565A8:
617 elif self.cf is ColorFormat.RGB565A8:
676 if self.cf is ColorFormat.RGB565A8:
1003 elif cf == ColorFormat.RGB565A8:
1030 if cf == ColorFormat.RGB565A8:
[all …]
/lvgl-latest/
DKconfig233 bool "Enable support for RGB565A8 color format"
/lvgl-latest/docs/
DCHANGELOG.rst117 - **feat(arc): support RGB565A8 arc image** `6009 <https://github.com/lvgl/lvgl/pull/6009>`__