Skip to content
Snippets Groups Projects
Unverified Commit df860f2b authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

pervasive aurora mb: reset frame rate back to a sane default

parent bd2b2541
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment