fix 2.13 V2
This commit is contained in:
parent
272e467da0
commit
2b91f64a19
4 changed files with 0 additions and 16 deletions
|
|
@ -326,10 +326,6 @@ void Epd::DisplayPart(const unsigned char* frame_buffer)
|
|||
*/
|
||||
void Epd::Sleep()
|
||||
{
|
||||
SendCommand(0x22); //POWER OFF
|
||||
SendData(0xC3);
|
||||
SendCommand(0x20);
|
||||
|
||||
SendCommand(0x10); //enter deep sleep
|
||||
SendData(0x01);
|
||||
DelayMs(200);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue