From a226fe4fcb4cad792c0ecfa865345b5ef2ce9c7d Mon Sep 17 00:00:00 2001 From: Moritz Bitsch Date: Mon, 27 Feb 2017 15:17:09 +0100 Subject: [PATCH] add testpattern registers for 1920x1080 --- dsi85_main.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/dsi85_main.c b/dsi85_main.c index 2bd25b4..6d692d6 100755 --- a/dsi85_main.c +++ b/dsi85_main.c @@ -43,12 +43,12 @@ const struct _cfg_reg {0x21, 0x07}, {0x22, 0x00}, {0x23, 0x00}, - {0x24, 0x00}, // Test pattern - {0x25, 0x00}, // Test pattern - {0x26, 0x00}, // Test pattern - {0x27, 0x00}, // Test pattern - {0x28, 0xe1}, // ? - {0x29, 0x03}, // ? + {0x24, 0x38}, + {0x25, 0x04}, + {0x26, 0x00}, + {0x27, 0x00}, + {0x28, 0xe1}, + {0x29, 0x03}, {0x2A, 0x00}, {0x2B, 0x00}, {0x2C, 0x8c}, @@ -61,13 +61,13 @@ const struct _cfg_reg {0x33, 0x00}, {0x34, 0x00}, {0x35, 0x00}, - {0x36, 0x00}, // Test pattern - {0x37, 0x00}, // Test pattern - {0x38, 0x00}, // Test pattern - {0x39, 0x00}, // Test pattern - {0x3A, 0x00}, // Test pattern - {0x3B, 0x00}, // Test pattern - {0x3C, 0x00}, // Test pattern + {0x36, 0x00}, + {0x37, 0x00}, + {0x38, 0x00}, + {0x39, 0x00}, + {0x3A, 0x00}, + {0x3B, 0x00}, + {0x3C, 0x00}, {0x3D, 0x00}, {0x3E, 0x00},