From df860f2b0899779d3ca3b25d6da0e1dd06188818 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 1 Nov 2021 19:48:26 +0100 Subject: pervasive aurora mb: reset frame rate back to a sane default --- src/driver/pervasive_aurora_mb.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/pervasive_aurora_mb.cc b/src/driver/pervasive_aurora_mb.cc index 6b09ad2..234172c 100644 --- a/src/driver/pervasive_aurora_mb.cc +++ b/src/driver/pervasive_aurora_mb.cc @@ -78,7 +78,7 @@ void PervasiveAuroraMb::initialize(signed char temperature, bool flashless) * 0x39 ( unspecced ) → 158 ms * 0x38 ( unspecced ) → 158 ms */ - spiWrite(0x30, (const unsigned char[]){0x16}, 1); + spiWrite(0x30, (const unsigned char[]){0x3f}, 1); // VCom DC spiWrite(0x82, (const unsigned char[]){0x0e}, 1); -- cgit v1.2.3