Skip to content

Commit c720ee1

Browse files
ngphibangaescolar
authored andcommitted
include: video: Add XRGB32 pixel format
Add XRGB32 pixel format Signed-off-by: Phi Bang Nguyen <[email protected]>
1 parent cd2d987 commit c720ee1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/zephyr/drivers/video.h

+3
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,9 @@ void video_buffer_release(struct video_buffer *buf);
611611
/** RGB565 pixel format */
612612
#define VIDEO_PIX_FMT_RGB565 video_fourcc('R', 'G', 'B', 'P') /* 16 RGB-5-6-5 */
613613

614+
/** XRGB32 pixel format */
615+
#define VIDEO_PIX_FMT_XRGB32 video_fourcc('B', 'X', '2', '4') /* 32 XRGB-8-8-8-8 */
616+
614617
/**
615618
* @}
616619
*/

0 commit comments

Comments
 (0)