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

Failed to show the text on the screen #4

Open
ngomandat234 opened this issue Feb 21, 2024 · 1 comment
Open

Failed to show the text on the screen #4

ngomandat234 opened this issue Feb 21, 2024 · 1 comment

Comments

@ngomandat234
Copy link

Hi @fadushin,

Sorry for bothering you,

Now, I have some issues with the SSD1306 128x64. I checked the monitor and it worked as the picture below.
image
But it did not show up on the screen
Then I changed to use other SSD1306 128x32. It worked and also showed up on the screen but it just showed a half due to number of points displayed of hardware.

I am afraid that the issue came from the hardware so I checked with the code C by using Arduino but it worked well and also showed up on the screen on both SSD1306 128x64 and SSD1306 128x32.

I would appreciate it if you could help me check for this case? And if you need more information, I will collect and give it to you.

Thanks!

@UncleGrumpy
Copy link

Can you confirm the device address of the SSD1306 128x64 is the same as the 128x32 SSD1306? It may be possible your 128x64 version is using an alternate address. Could you try using an I2C bus scanner with each of the devices attached and post the output here?

For ESP-IDF:

https://github.com/UncleRus/esp-idf-i2cscan

Or an Arduino sketch like this example:

https://randomnerdtutorials.com/esp32-i2c-scanner-arduino/

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

2 participants