Merge pull request #196 from DragonKitten/patch-1

add return code to init function
This commit is contained in:
SSYYL 2021-10-29 14:43:59 +08:00 committed by GitHub
commit 87f8e59339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,7 @@ int Epd::Init(void) {
SendData(0x90);
SendCommand(0xE3);
SendData(0xAA);
return 0;
}
/**