adafruit/Adafruit_SSD1306

SSD1306_INVERT mentioned in comments is not defined anywhere, should be SSD1306_INVERSE

povanspring opened this issue · 2 comments

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.

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.