Releases: kdorff/esphome-display-panel
Releases · kdorff/esphome-display-panel
ESPHome 2023.7.0 Compatibility
Now compatible with ESPHome 2023.7.0
. Thanks erik73!! Apologies for not catching this.
Your .yaml
should now reference version v0.0.14
...
libraries:
esphome-display-panel=https://github.com/kdorff/esphome-display-panel.git#v0.0.14
...
If your .h
file or .yaml
file references esphome::display::DisplayBuffer
you will need to rename it to esphome::display::Display
.