Fixed the problem of "fading" when displaying images with high loads
This commit is contained in:
parent
60762ac5a3
commit
8be47b27f1
4 changed files with 12 additions and 12 deletions
|
@ -92,8 +92,8 @@ int Epd::Init(void) {
|
|||
SendCommand(0x06);
|
||||
SendData(0x6F);
|
||||
SendData(0x1F);
|
||||
SendData(0x16);
|
||||
SendData(0x25);
|
||||
SendData(0x1F);
|
||||
SendData(0x22);
|
||||
|
||||
SendCommand(0x08);
|
||||
SendData(0x6F);
|
||||
|
@ -106,7 +106,7 @@ int Epd::Init(void) {
|
|||
SendData(0x04);
|
||||
|
||||
SendCommand(0x30);
|
||||
SendData(0x02);
|
||||
SendData(0x3C);
|
||||
|
||||
SendCommand(0x41); // TSE
|
||||
SendData(0x00);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue