Skip to content

Releases: kdorff/esphome-display-panel

ESPHome 2023.7.0 Compatibility

06 Nov 22:58
Compare
Choose a tag to compare

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.