summaryrefslogtreecommitdiff
path: root/src/driver/pervasive_aurora_mb.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/pervasive_aurora_mb.cc')
-rw-r--r--src/driver/pervasive_aurora_mb.cc10
1 files 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,