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

1.3" inch oled is not working properly #386

Open
WojtekGD opened this issue Jan 16, 2023 · 1 comment
Open

1.3" inch oled is not working properly #386

WojtekGD opened this issue Jan 16, 2023 · 1 comment

Comments

@WojtekGD
Copy link

Hello.
I decided to replace the oled display with a larger one from 0.9 to 1.3 inches. Unfortunately it doesn't work properly - I've attached a photo. I checked the display with Arduino and the u8glib SH1106 library is operational and displays tests from the library examples correctly.
Maybe it can be improved. A larger display is more comfortable.

IMG_20230116_232434
Regards
Wojtek

@TomaszBelka
Copy link

You should use compiler options "-DOLED_LCD=true" and "-DBREWPI_OLED_SH1106=true"
and update library: esp8266-oled-ssd1306-4.0.0 -> esp8266-oled-ssd1306-4.3.0
from: https://github.com/ThingPulse/esp8266-oled-ssd1306
After this my display works.
I've got universal display SPI/I2C SH1106 1,3"
LCD-OLED-SPI-I2C-SH1106
I have problem with RESET display, after power up, display not work, manual change RESET PIN HIGHT to LOW and back to HIGHT works but rotated 180 degrees, after RESET push on board, works OK.

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