From e25c6b001877bfec70b264801a988f2226d87d10 Mon Sep 17 00:00:00 2001 From: Moritz Bitsch Date: Thu, 16 Feb 2017 16:14:39 +0100 Subject: [PATCH] use reviewed values --- dsi85_main.c | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/dsi85_main.c b/dsi85_main.c index 2fc3291..2bd25b4 100755 --- a/dsi85_main.c +++ b/dsi85_main.c @@ -29,26 +29,26 @@ const struct _cfg_reg {0x09, 0x00}, {0x0A, 0x05}, - {0x0B, 0x29}, + {0x0B, 0x10}, {0x0D, 0x00}, {0x10, 0x26}, {0x11, 0x00}, - {0x12, 0x59}, + {0x12, 0x2c}, {0x13, 0x00}, {0x18, 0x6c}, {0x19, 0x00}, - {0x1A, 0x03}, + {0x1A, 0x00}, {0x1B, 0x00}, {0x20, 0x80}, {0x21, 0x07}, {0x22, 0x00}, {0x23, 0x00}, - {0x24, 0x00}, - {0x25, 0x00}, - {0x26, 0x00}, - {0x27, 0x00}, - {0x28, 0x20}, - {0x29, 0x00}, + {0x24, 0x00}, // Test pattern + {0x25, 0x00}, // Test pattern + {0x26, 0x00}, // Test pattern + {0x27, 0x00}, // Test pattern + {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}, - {0x37, 0x00}, - {0x38, 0x00}, - {0x39, 0x00}, - {0x3A, 0x00}, - {0x3B, 0x00}, - {0x3C, 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 {0x3D, 0x00}, {0x3E, 0x00},