I'm using the following: Arduino Uno with the SSD1306 SPI (128X64) OLED and the following sketch:
SSD1306_128x64_spi. Sketch was too long to display here, but nothing was modified from adafruit library
Getting this error: Arduino: 1.6.7 (Windows 7), Board: "Arduino/Genuino Uno"
ssd1306_128x64_spi:65: error: #error ("Height incorrect, please fix Adafruit_SSD1306.h!");
#error("Height incorrect, please fix Adafruit_SSD1306.h!");
^
exit status 1
#error ("Height incorrect, please fix Adafruit_SSD1306.h!");
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
I'm using the sketch for the right oled. What's up with the error. Where in the .h file do I change screen height?