add return code to init funcion
This commit is contained in:
parent
1ac5cbad56
commit
0cd8e0acdf
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ int Epd::Init(void) {
|
||||||
SendData(0x90);
|
SendData(0x90);
|
||||||
SendCommand(0xE3);
|
SendCommand(0xE3);
|
||||||
SendData(0xAA);
|
SendData(0xAA);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue