-
Notifications
You must be signed in to change notification settings - Fork 27
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
Support ST7920 display #563
Comments
I'm trying to add support for this. I have 128x64 ST7920 display so I'll be able to test just this one (there are other sizes). What commands I should send to correctly set up the display? Where I should search for them? @OttoWinter any hints? |
Ref: https://thesolaruniverse.wordpress.com/2020/06/09/esp8266-and-st7920-powered-12864-liquid-crystal-display-in-a-test-bench/ |
Yes, I can probably help. I'll take a look at your branch later today or tomorrow. |
Any update on this one? Also interested in this. |
Sorry -- been distracted with some other project. I'll circle back before too much longer. 😇 |
there is a PR: esphome/esphome#1440 |
@moskovskiy82 did you try the code from the PR I mentioned? |
any progress on this? I have one of these displays and it would be nice to put it to use. |
My PR was merged |
Oh, great! Recently too it seems! |
Docs are here: https://next.esphome.io/components/display/st7920.html Closing the FR since the component was merged and docs added. 😄🚀 |
Describe the problem you have/What new integration you would like
Consider adding support for the ST7920 display. It is a good alternative for SSD1325.
Please describe your use case for this integration and alternatives you've tried:
The use case is fairly simple, I'd like to be able to use ST7920 with ESP Home
Additional context
The recent version of ESP8266 library (2.5.1) supports hardware SPI (esp8266/Arduino#5948), display code already exists, so it shouldn't be hard for someone with good knowledge of this awesome project.
Useful links:
olikraus/u8g2#843
The text was updated successfully, but these errors were encountered: