Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESPHome 2023.7.0 DisplayBufferRef Error #3

Open
Kleena2008 opened this issue Jul 30, 2023 · 6 comments
Open

ESPHome 2023.7.0 DisplayBufferRef Error #3

Kleena2008 opened this issue Jul 30, 2023 · 6 comments

Comments

@Kleena2008
Copy link

Hi,

with the new Update from ESPHome we have to change one thing:

/components/obegraensad_panel/display.py

Line 52: [(display.DisplayBufferRef, "it")], return_type=cg.void

to

Line 52: [(display.DisplayRef, "it")], return_type=cg.void

Thanks
Chris

@kebot
Copy link

kebot commented Sep 11, 2023

thanks a lot, maybe create a PR for this?

@Kleena2008
Copy link
Author

Hi, i don´t have the knowledge of how to write anything in Github. I only saw this Error Message and search for the solution. Can anybody make this change?
At this time, every time the "ESP Home" has a update, i manuelly change the Line 52 on my local files.

@sascha-hemi
Copy link

Could be solved with my PullRequest #5

@finnjet
Copy link

finnjet commented Nov 27, 2023

Looks like the maintainer abandoned this code... :-(
Is there a way to refer to PullRequest #5 directly in the esphome yaml ?

external_components:

  • source: github://phiten/esphome-ikea-led-matrix@PR5
    components: [ obegraensad_panel ]

or @5 .. I tried all sort of additions. No luck.

@sascha-hemi
Copy link

You can use my fork.
Just edit the lines in the yaml Code from his Project to my fork
https://github.com/sascha-hemi/esphome-ikea-led-matrix

@finnjet
Copy link

finnjet commented Dec 27, 2023

Hy @sascha-hemi ,
again: being no github expert at all, I did not manage to create an issue in your fork. So I put it here:
any chance you could incorperate the changes for esphome 12.x to your fork?
Down the line (the previous-previous fork) https://github.com/Palakis/esphome-frekvens-panel did some changes that seem to do the trick when I use it as a local copy....

Thanks for your fork! It did help me a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants