Using the example config, the lambda is set to draw a X over the entire inkplate10-display. It will only look correct after the first partial update, which happens after 10 minutes.
Yeah when making changes recently I realised that when using partial update, the first display should always be a full update. esphome/esphome#3013 fixes this.
The problem
Prerequisites:
The first partial updates before a full update will render incorrectly, as demonstrated in the two screenshots here: https://imgur.com/a/IwqidsA
The lambda used to draw the image is written in the example yaml.
Which version of ESPHome has the issue?
2a8668ea60ea51a5906efac7c89e1c1baab1d23a
What type of installation are you using?
pip
Which version of Home Assistant has the issue?
No response
What platform are you using?
ESP32
Board
esp32dev
Component causing the issue
inkplate6
Example YAML snippet
Anything in the logs that might be useful for us?
No response
Additional information
Using the example config, the lambda is set to draw a X over the entire inkplate10-display. It will only look correct after the first partial update, which happens after 10 minutes.