vitotai / BrewPiLess

Use an ESP8266 to replace RPI and Arduino. Running BrewPi without Pi, therefore, BrewPi-Less
352 stars 130 forks source link

1.3" inch oled is not working properly #386

Open WojtekGD opened 1 year ago

WojtekGD commented 1 year ago

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 commented 1 year ago

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.