KaeptnBalu / Arduino_Spot_Welder_V3

GNU General Public License v3.0
201 stars 70 forks source link

Display Issue #9

Open Courty40 opened 4 years ago

Courty40 commented 4 years ago

FYI - Had an odd problem yesterday, couldn't get the OLED display to work, tried the correct libs and scanned the i2c port (I could see the display on 0x3C).

In the end I had to do the following to get it to initialise

//Adafruit_SSD1306 display(128, 64, &Wire, OLED_RESET, 800000L); /*< OLED display object / Adafruit_SSD1306 display(OLED_RESET);

Display is a standard Chinese OLED one with the correct pin outs, described as a "SSD1306 AA140"

If I get a min will look further but all seems to be working OK..