datasith / Ai_Ardulib_SSD1306

Library for using SSD1306-powered OLED displays in the Arduino IDE.
MIT License
56 stars 22 forks source link

Example displays three lines overlapping? #14

Open Humancell opened 5 years ago

Humancell commented 5 years ago

Hello,

I found your library and wanted to use it as it seems much more efficient than the Adafruit libraries. When I try to run your example HelloOLED.ino, I am seeing the three lines displayed, but they appear to only be 2-3 pixels tall, and overlap each other. So I can see the top pixels of your company name, then the next line covering the rest, then only a few top pixels of the third line.

I'm using a 128x32 OLED display ... is there some other setting that I am missing?

Humancell commented 5 years ago

BTW ... I'm doing this on a ESP8266 using the ESP8266/Arduino board environment, and the Adafruit demos work perfectly on my display.