adafruit / Adafruit_SSD1306

Arduino library for SSD1306 monochrome 128x64 and 128x32 OLEDs
http://www.adafruit.com/category/63_98
Other
1.75k stars 964 forks source link

Fix for Heltec CubeCell #192

Open WereCatf opened 3 years ago

WereCatf commented 3 years ago

Heltec's CubeCell Arduino-core is (currently) missing the functions used for direct register-manipulation, so do not define HAVE_PORTREG for it for now. This fix can always be removed, if Heltec ever comes around to implementing said functions.

ladyada commented 3 years ago

this library is going to be refactored to use busio (and partial windowing updatres too) so im going to close this PR then