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

LCD ST7920 does not work correctly on 1.3 #46

Closed
HIMjack666 opened this issue Sep 9, 2018 · 7 comments
Closed

LCD ST7920 does not work correctly on 1.3 #46

HIMjack666 opened this issue Sep 9, 2018 · 7 comments

Comments

@HIMjack666
Copy link

HIMjack666 commented Sep 9, 2018

worked well on the version 0.9, but on 1.3 like this:
IMAG0121
PS: sys.lcd("73")

@emax73
Copy link

emax73 commented Sep 9, 2018

SPI Clock for this controller is 1.25 MHz,
Now frequency 10 MHz,
maybe try
dev_config.clock_speed_hz = u8x8->display_info->sck_clock_hz;
at u8g2_esp32_hal.c line73 ?

@HIMjack666
Copy link
Author

emax73, thank you a lot. Working good on 1 MHz.

@ArnLil
Copy link

ArnLil commented May 9, 2021

Hi, i have the same problem with ST7920, i am on the latest version 2.1. For me this is a new install set-up.
I also use a VS1053 for encoding the data. When i choose DAC for example, the display is working fine. So there is a problem witch the combination of ST7920 and the VS1053.

@Shtirlitsus
Copy link

Shtirlitsus commented Dec 19, 2022

Hi! The same problem with combination of ST7920 and the VS1053. How to use different SPI interfaces on LCD and VS1053 decoder? I think slow LCD exchange interrups by decoder

@ArnLil
Copy link

ArnLil commented Dec 19, 2022 via email

@Shtirlitsus
Copy link

MOSI line?

@ArnLil
Copy link

ArnLil commented Dec 19, 2022 via email

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