Closed povanspring closed 3 years ago
thanks! can you submit a PR with the typo fix?
I honestly don't know how to do a pull request and have never used GIT stuff before. I was just playing with an ESP32 and ran into this while looking at the documentation. If someone else could fix it, I'd be thankful.
Many comments in Adafruit_SSD1306.cpp, specifically lines 630, 688, 737, 788, and 836, say to use "SSD1306_INVERT" which is not defined in Adafruit_SSD1306.h and the actual term should be "SSD1306_INVERSE" defined on line 70.
I noticed this when trying to use drawPixel with the documentation found here.