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

ESP8266 compilation error fix #5

Closed tectiv3 closed 6 years ago

tectiv3 commented 8 years ago
Adafruit_SSD1331.cpp:308:15: error: cannot convert 'volatile uint32_t* {aka volatile unsigned int*}' to 'PortReg* {aka volatile unsigned char*}' in assignment
rsportreg = portOutputRegister(digitalPinToPort(_rs));
adomenech73 commented 7 years ago

Thank's that worked for me on a wemos D1 mini. Now I can use test example using both methods presented

maximeq commented 7 years ago

Hello,

Solved my problem too with an ESP8266. I guess it should be merged into master :)

klaasnicolaas commented 6 years ago

Why is this still not merged into te master branch?

ladyada commented 6 years ago

plz check 'spitft' branch - im pretty sure that fixes it - if not please lemme know and we'll reopen/debug!