Unverified Commit c89b2ffa authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

I think our frame number is 0x05

parent 4bbf0751
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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,