From 34e63f641195019e903104c8b9e6eb855efeee2c Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Thu, 16 Jun 2016 17:59:07 +0300 Subject: Support RGB888 --- kms++/inc/kms++/pixelformats.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kms++/inc') diff --git a/kms++/inc/kms++/pixelformats.h b/kms++/inc/kms++/pixelformats.h index 813eaef..8ecfcb3 100644 --- a/kms++/inc/kms++/pixelformats.h +++ b/kms++/inc/kms++/pixelformats.h @@ -27,6 +27,8 @@ enum class PixelFormat : uint32_t ARGB8888 = MakeFourCC("AR24"), ABGR8888 = MakeFourCC("AB24"), + RGB888 = MakeFourCC("RG24"), + RGB565 = MakeFourCC("RG16"), }; -- cgit v1.2.3