feat(draw/sw): added support for LV_COLOR_FORMAT_L8 (#5800)

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: qinshijing <qinshijing@xiaomi.com>
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: VIFEX <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Niklas Fiekas <niklas.fiekas@sartorius.com>
Co-authored-by: qinshijing <51692568+qinshijing@users.noreply.github.com>
Co-authored-by: qinshijing <qinshijing@xiaomi.com>
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
This commit is contained in:
Zoltan Janosy
2024-04-20 13:14:25 +02:00
committed by GitHub
parent be4a9d1e73
commit abc8a7292a
114 changed files with 3033 additions and 83 deletions

View File

@@ -1,4 +1,4 @@
/**
/**
* @file lv_demo_render.h
*
*/
@@ -33,8 +33,10 @@ typedef enum {
LV_DEMO_RENDER_SCENE_BORDER,
LV_DEMO_RENDER_SCENE_BOX_SHADOW,
LV_DEMO_RENDER_SCENE_TEXT,
LV_DEMO_RENDER_SCENE_IMAGE_NORMAL,
LV_DEMO_RENDER_SCENE_IMAGE_RECOLOR,
LV_DEMO_RENDER_SCENE_IMAGE_NORMAL_1,
LV_DEMO_RENDER_SCENE_IMAGE_RECOLOR_1,
LV_DEMO_RENDER_SCENE_IMAGE_NORMAL_2,
LV_DEMO_RENDER_SCENE_IMAGE_RECOLOR_2,
LV_DEMO_RENDER_SCENE_LINE,
LV_DEMO_RENDER_SCENE_ARC_NORMAL,
LV_DEMO_RENDER_SCENE_ARC_IMAGE,