Merge pull request #274 from SSYYL/master

Increment return value.
This commit is contained in:
Wilson 2022-11-03 11:25:08 +08:00 committed by GitHub
commit 60762ac5a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,8 @@ int Epd::Init(void) {
DelayMs(100); DelayMs(100);
SendCommand(0x50); SendCommand(0x50);
SendData(0x37); SendData(0x37);
return 0;
} }
/** /**
@ -227,6 +229,4 @@ void Epd::Sleep(void) {
DigitalWrite(RST_PIN, 0); // Reset DigitalWrite(RST_PIN, 0); // Reset
} }
/* END OF FILE */ /* END OF FILE */