commit
60762ac5a3
1 changed files with 6 additions and 6 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue