Skip to content

Don't use on 3-color display  #11

@recordfactory

Description

@recordfactory

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions