mirror of
https://github.com/YuzuZensai/MCUFRIEND_kbv.git
synced 2026-01-06 04:32:38 +00:00
add unlock sequences for S6D05A1
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user