fix 2.13 V2

This commit is contained in:
hnwangkg-ezio 2019-12-20 14:08:39 +08:00
commit 2b91f64a19
4 changed files with 0 additions and 16 deletions

View file

@ -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);