add unlock sequences for S6D05A1

This commit is contained in:
prenticedavid
2021-06-09 22:48:59 +01:00
parent f4740ac3da
commit e76a4fa9f1

View File

@@ -17,6 +17,8 @@
#define LCD_D6 6
#define LCD_D7 7
uint8_t unlock_05A1_F0[] = { (0xF0), 2, 0x5A, 0x5A };
uint8_t unlock_05A1_F1[] = { (0xF1), 2, 0x5A, 0x5A };
uint8_t unlock_1520[] = { (0xB0), 2, 0x00, 0x00 };
uint8_t unlock_1526[] = { (0xB0), 2, 0x3F, 0x3F };
uint8_t unlock_3229[] = { (0x0607), 0 }; //intentional 16-bit command
@@ -48,6 +50,8 @@ void setup()
// unlock = unlock_8357;
// unlock = unlock_5310;
// page_N = d5310_1_in;
// unlock = unlock_05A1_F0;
// page_N = unlock_05A1_F1;
// for (uint16_t i = 0x00; i <= 0xFE; i++) readReg(i, 10, "f.k");
read_regs("diagnose any controller");
// read_xxxx("mystery");