First working prototype

This commit is contained in:
Charlez Kwan 2020-02-06 13:29:37 +01:00
parent 4d3ea331f2
commit 2060cd1233
3 changed files with 104 additions and 30 deletions

View file

@ -236,5 +236,5 @@ void EPD_Sleep(void)
{
EPD_SendCommand(DEEP_SLEEP_MODE);
EPD_SendData(0x01);
// EPD_WaitUntilIdle();
EPD_WaitUntilIdle();
}