Increment return value.

This commit is contained in:
SSYYL 2022-11-03 11:22:41 +08:00
parent ae96a23767
commit b1f153f539

View file

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