diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-11-01 19:48:26 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-11-01 19:48:26 +0100 |
commit | df860f2b0899779d3ca3b25d6da0e1dd06188818 (patch) | |
tree | 1c61523c5d145a1b58770cba2352a3070c563eb3 | |
parent | bd2b2541a7b00a2520ea5a3eabcb90a0bbb35b28 (diff) |
pervasive aurora mb: reset frame rate back to a sane default
-rw-r--r-- | src/driver/pervasive_aurora_mb.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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); |