adafruit / Adafruit_SSD1306

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

Not compatible with ATmega328PB (Watterrott Pro Mini PB)? #269

Closed SchneHa closed 8 months ago

SchneHa commented 8 months ago

I tried to use your library on Watterott board Pro Mini PB with board definition of Watterott. I get the error /Arduino15/packages/arduino/hardware/avr/1.8.6/libraries/SPI/src/SPI.h:203:5: error: 'SPCR' was not declared in this scope

Edit: The MCU on the board is a ATmega328PB.

SchneHa commented 8 months ago

OK, it's not an issue with Adafruit library but with SPI. I close this issue.