Hello,
I am trying to run the sample program for the 0.96 I2C display.
I receive the following error:
/home/shlomo/sketchbook/libraries/Adafruit_SSD1306/Adafruit_SSD1306.cpp: In constructor ‘Adafruit_SSD1306::Adafruit_SSD1306(uint8_t, uint8_t, TwoWire*, int8_t, uint32_t, uint32_t)’:
/home/shlomo/sketchbook/libraries/Adafruit_SSD1306/Adafruit_SSD1306.cpp:170:3: error: class ‘Adafruit_SSD1306’ does not have any field named ‘wireClk’
wireClk(clkDuring), restoreClk(clkAfter)
I connected SCL>A5
SDA>A4
I also uncommented define command related to my display.
Any help?
BTW another question is where these pinouts are in the code (i.e. where in the code is written that SCL should be connected to A5 and SDA should be connected to A4. I found this info on web but cannot see nowhere in the code)?
Thanks!