Using the 128x32 SPI OLED graphic display with the Arduino Z

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
twosocks
 
Posts: 2
Joined: Mon Jun 25, 2012 3:22 pm

Using the 128x32 SPI OLED graphic display with the Arduino Z

Post by twosocks »

I'm trying to use Adafruit's 128x32 SPI OLED graphic display driver with the Arduino Zero board, but I get compile errors.
Seems to work fine with the Arduino UNO board. Any help is very much appreciated!

User avatar
Franklin97355
 
Posts: 23938
Joined: Mon Apr 21, 2008 2:33 pm

Re: Using the 128x32 SPI OLED graphic display with the Ardui

Post by Franklin97355 »

but I get compile errors.
Probably because you are trying to use libraries designed for the AVR processors and the Zero isn't one of those. Check the Arduino.cc forums to see if anyone has ported a library to work with this board.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”