-
Notifications
You must be signed in to change notification settings - Fork 8
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
Comments
thanks a lot, maybe create a PR for this? |
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? |
Could be solved with my PullRequest #5 |
You can use my fork. |
Hy @sascha-hemi , Thanks for your fork! It did help me a lot! |
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
The text was updated successfully, but these errors were encountered: