From 241f587f411607e06c4d196357a2789f08f1038b Mon Sep 17 00:00:00 2001 From: Moritz Bitsch Date: Wed, 29 Mar 2017 14:45:39 +0200 Subject: [PATCH] update dsi rate for fixed dsi clock --- dsi85_main.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/dsi85_main.c b/dsi85_main.c index d579ffb..3ba2f3c 100755 --- a/dsi85_main.c +++ b/dsi85_main.c @@ -29,11 +29,11 @@ const struct _cfg_reg {0x09, 0x00}, {0x0A, 0x05}, - {0x0B, 0x29}, + {0x0B, 0x28}, {0x0D, 0x00}, {0x10, 0x26}, {0x11, 0x00}, - {0x12, 0x59}, + {0x12, 0x5d}, {0x13, 0x00}, {0x18, 0x6c}, {0x19, 0x00}, @@ -43,23 +43,23 @@ const struct _cfg_reg {0x21, 0x07}, {0x22, 0x00}, {0x23, 0x00}, - {0x24, 0x38}, - {0x25, 0x04}, + {0x24, 0x00}, + {0x25, 0x00}, {0x26, 0x00}, {0x27, 0x00}, - {0x28, 0xe1}, - {0x29, 0x03}, + {0x28, 0x21}, + {0x29, 0x00}, {0x2A, 0x00}, {0x2B, 0x00}, - {0x2C, 0x8c}, + {0x2C, 0x2c}, {0x2D, 0x00}, {0x2E, 0x00}, {0x2F, 0x00}, - {0x30, 0x2d}, + {0x30, 0x0f}, {0x31, 0x00}, {0x32, 0x00}, {0x33, 0x00}, - {0x34, 0x00}, + {0x34, 0x30}, {0x35, 0x00}, {0x36, 0x00}, {0x37, 0x00},