I just got an ideaspark NodeMCU esp8266 with an integrated SSD1306 .96 I2C display but the sda is on pin 12(d6) and scl on pin 14(d5). This is my first arduino board, I have a passing knowledge of programming, enough to self learn. Eventually I want to build an RID broadcaster for my drone but right now I just want to get the display working and learn how to print text(eventually live gps coords). Since the display appears to be connected to non-standard pinouts for sda and scl I dont think any of my example code is going to work and the board maker doesnt have the example code the board comes with for me to reference available. A little hand holding would help, ideally I just need to see a simple print hello world code to get started. I haven't done hardware programming since robotics in highschool in 2015 so sorry if this is a really dumb question.
My ide is setup correctly(I think), with the board manger for generic esp8266(esp 12E) and includes the generic SSD1306 library, the IDE also detects my board.