From 068c5ac8813908a75e7eba9ad2066b01e5f14963 Mon Sep 17 00:00:00 2001 From: Moritz Bitsch Date: Wed, 8 Feb 2017 12:55:05 +0100 Subject: [PATCH] use external ref clock --- dsi85_main.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dsi85_main.c b/dsi85_main.c index d88a7d1..bf40054 100755 --- a/dsi85_main.c +++ b/dsi85_main.c @@ -27,8 +27,9 @@ const struct _cfg_reg {0x09, 0x01}, // soft reset {0x0D, 0x00}, // pll disable - {0x0A, 0x05}, - {0x0B, 0x19}, + {0x09, 0x00}, + {0x0A, 0x04}, + {0x0B, 0x02}, {0x0D, 0x00}, {0x10, 0x26}, {0x11, 0x00}, @@ -46,8 +47,8 @@ const struct _cfg_reg {0x25, 0x04}, {0x26, 0x00}, {0x27, 0x00}, - {0x28, 0xde}, - {0x29, 0x01}, + {0x28, 0x20}, + {0x29, 0x00}, {0x2A, 0x00}, {0x2B, 0x00}, {0x2C, 0x8c},