From fde1346d5b55845fa6dee9da6de489b4f66d977a Mon Sep 17 00:00:00 2001 From: yangfasheng Date: Sun, 14 Apr 2019 13:33:29 +0800 Subject: [PATCH] add RTGRAPHIC_PIXEL_FORMAT_COLOR to graphic deice Signed-off-by: yangfasheng --- include/rtdef.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/rtdef.h b/include/rtdef.h index 9af4320112..9b12093dc7 100644 --- a/include/rtdef.h +++ b/include/rtdef.h @@ -1020,6 +1020,7 @@ enum RTGRAPHIC_PIXEL_FORMAT_ABGR888, RTGRAPHIC_PIXEL_FORMAT_ARGB565, RTGRAPHIC_PIXEL_FORMAT_ALPHA, + RTGRAPHIC_PIXEL_FORMAT_COLOR, }; /** -- GitLab