From 47e808023f98f74673906ef7de34e774cd26f52b Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Tue, 16 Oct 2018 11:35:44 +0300 Subject: Add AR12 & AR15 support Signed-off-by: Tomi Valkeinen --- kms++util/src/testpat.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kms++util/src/testpat.cpp') diff --git a/kms++util/src/testpat.cpp b/kms++util/src/testpat.cpp index 8795cc6..ab197dc 100644 --- a/kms++util/src/testpat.cpp +++ b/kms++util/src/testpat.cpp @@ -114,6 +114,8 @@ static void draw_test_pattern_part(IFramebuffer& fb, unsigned start_y, unsigned case PixelFormat::BGR888: case PixelFormat::RGB565: case PixelFormat::BGR565: + case PixelFormat::ARGB4444: + case PixelFormat::ARGB1555: for (y = start_y; y < end_y; y++) { for (x = 0; x < w; x++) { RGB pixel = get_test_pattern_pixel(fb, x, y); -- cgit v1.2.3