-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
ST7920 and ESP8266 HW SPI #322
Comments
I think this is a bug in the esp8266 lib. |
That bug still exists, pccr10001's solution worked for me |
I posted the problem already: From my perspective it does not make sense to fix this in U8g2. Maybe add comments to the issue above and mention, that this does not work for you correctly. |
hello guys can you provide the link of library and pin sheme i have the same lcd. tryied to connect in i2c via MCP23017 on my esp8266 v2 with out result |
@olikraus I know this is a bit old issue but does the problem still exists? |
I have not heard any news regarding this problem. |
Hello, i did this change in the u8x8_d_st7920.c in src/clib/u8x8_d_st7920.c and recompile my project but the problem remains. |
Nothing needs to be modified, the problem should be fixed in the ESP software. My pull request was included: esp8266/Arduino#5948 See also: #53 |
Thanks for de quick response. |
You only need to update the ESP8266 environment (which includes SPI lib) |
Then i guess iv'e killed my display : ( |
Hello.
I tried to connect ST7920 128x64 LCD to ESP8266.
When I tried SW SPI is working but slow.
After switch to HW SPI and nothing showed on LCD.
I found a solution that I changed spi_mode in u8x8_st7920_128x64_display_info(u8x8_d_st7920.c) to 0.
and everything worked.
The text was updated successfully, but these errors were encountered: