adafruit / Adafruit-SSD1331-OLED-Driver-Library-for-Arduino

For 0.96" OLEDs in the Adafruit shop
http://www.adafruit.com/products/684
Other
100 stars 67 forks source link

ESP32 and ESP8266 compile patch #11

Closed BJDev95 closed 6 years ago

BJDev95 commented 6 years ago

To compile this library the following patch is required to Adafruit_SSD1331.h

29,31d28
< #elif defined(ESP32) || defined(ESP8266)
< typedef volatile uint32_t PortReg;
< typedef uint32_t PortMask;

Please add this!

ladyada commented 6 years ago

hiya i think we fixed this in the "spitft" branch - can you try that and let me know?