From 00ce924477cefabb55295159478ca0ea99964bef Mon Sep 17 00:00:00 2001 From: Moritz Bitsch Date: Wed, 15 Feb 2017 10:52:42 +0100 Subject: [PATCH] use timings for 445Mhz dsi clock --- dsi85_main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dsi85_main.c b/dsi85_main.c index 9632c9b..2fc3291 100755 --- a/dsi85_main.c +++ b/dsi85_main.c @@ -29,11 +29,11 @@ const struct _cfg_reg {0x09, 0x00}, {0x0A, 0x05}, - {0x0B, 0x19}, + {0x0B, 0x29}, {0x0D, 0x00}, {0x10, 0x26}, {0x11, 0x00}, - {0x12, 0x3c}, + {0x12, 0x59}, {0x13, 0x00}, {0x18, 0x6c}, {0x19, 0x00}, @@ -47,8 +47,8 @@ const struct _cfg_reg {0x25, 0x00}, {0x26, 0x00}, {0x27, 0x00}, - {0x28, 0xde}, - {0x29, 0x01}, + {0x28, 0x20}, + {0x29, 0x00}, {0x2A, 0x00}, {0x2B, 0x00}, {0x2C, 0x8c},