-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
It will write non-matching values into the non-volatile storage area of the display and render it useless.
If you've already done it and got a display which seems to be bricked or showing just garbage:
Add static uint8_t defaults[2] ={0x00, 0x8e}; to EPDspi.c .
In set registers add EPD_Write(defaults, sizeof(defaults)); and comment all other settings out.
Save.
In Terminal make all && make flash
Display works properly again.
Metadata
Metadata
Assignees
Labels
No labels