update STM32&Arduino
This commit is contained in:
parent
2613454540
commit
16d3b59ae2
13 changed files with 150 additions and 312 deletions
|
|
@ -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[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue