update STM32&Arduino

This commit is contained in:
SSYYL 2021-03-18 17:55:38 +08:00
commit 16d3b59ae2
13 changed files with 150 additions and 312 deletions

View file

@ -254,7 +254,8 @@ void Epd::SetMemoryPointer(int x, int y) {
*/
void Epd::Sleep() {
SendCommand(DEEP_SLEEP_MODE);
WaitUntilIdle();
SendData(0x01);
// WaitUntilIdle();
}
const unsigned char lut_full_update[] = {