From c89b2ffa89a4a22c9cddf5d38bc7ecf300197513 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 31 Oct 2021 17:18:53 +0100 Subject: I think our frame number is 0x05 --- src/driver/pervasive_aurora_mb.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/driver/pervasive_aurora_mb.cc b/src/driver/pervasive_aurora_mb.cc index 0e14437..4de8482 100644 --- a/src/driver/pervasive_aurora_mb.cc +++ b/src/driver/pervasive_aurora_mb.cc @@ -75,7 +75,7 @@ void PervasiveAuroraMb::initialize(signed char temperature, bool flashless) // VCom LUT spiWrite(0x20, (const unsigned char[]){ - 0x00, 0x06, 0x06, 0x06, 0x06, 0x01, + 0x00, 0x05, 0x05, 0x05, 0x05, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, @@ -87,7 +87,7 @@ void PervasiveAuroraMb::initialize(signed char temperature, bool flashless) // W2B LUT spiWrite(0x23, (const unsigned char[]){ - 0xaa, 0x06, 0x06, 0x06, 0x06, 0x01, + 0xaa, 0x05, 0x05, 0x05, 0x05, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, @@ -98,7 +98,7 @@ void PervasiveAuroraMb::initialize(signed char temperature, bool flashless) // B2W LUT spiWrite(0x22, (const unsigned char[]){ - 0x55, 0x06, 0x06, 0x06, 0x06, 0x01, + 0x55, 0x05, 0x05, 0x05, 0x05, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, @@ -109,7 +109,7 @@ void PervasiveAuroraMb::initialize(signed char temperature, bool flashless) // W2W LUT spiWrite(0x21, (const unsigned char[]){ - 0x00, 0x06, 0x06, 0x06, 0x06, 0x01, + 0x00, 0x05, 0x05, 0x05, 0x05, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, @@ -120,7 +120,7 @@ void PervasiveAuroraMb::initialize(signed char temperature, bool flashless) // B2B LUT spiWrite(0x24, (const unsigned char[]){ - 0xff, 0x06, 0x06, 0x06, 0x06, 0x01, + 0xff, 0x05, 0x05, 0x05, 0x05, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -- cgit v1.2.3