diff --git a/examples/LCD_ID_readnew/LCD_ID_readnew.ino b/examples/LCD_ID_readnew/LCD_ID_readnew.ino index bd7d0bc..cdf1900 100644 --- a/examples/LCD_ID_readnew/LCD_ID_readnew.ino +++ b/examples/LCD_ID_readnew/LCD_ID_readnew.ino @@ -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");