dts中panel寄存器配置
panel-init-sequence = [
15 00 02 80 ac
15 00 02 81 b8
15 00 02 82 09
15 00 02 83 78
15 00 02 84 7f
15 00 02 85 bb
15 00 02 86 70
05 78 01 11
05 20 01 29
];
panel-exit-sequence = [
05 00 01 28
05 78 01 10
];
Example 1: Sleep Out
CMDWR 0x11
…
Example 2: Display On
CMDWR 0x29
…
Example 3: TE ON
CMDWR 0x35
DATWR 0x00
Example 4: Display Off
CMDWR 0x28
Example 5: Sleep In
CMDWR 0x10
…