sumotoy / RA8875

A library for RAiO RA8875 display driver for Teensy3.x or LC/Arduino's/Energia/Spark
GNU General Public License v3.0
79 stars 55 forks source link

Both Clock & Clock2 will not build on Arduino 1.6.6 #84

Closed sbfreddie closed 8 years ago

sbfreddie commented 8 years ago

Max: Both Clock & Clock2 in the Teensy examples will not build. This is the error: Arduino: 1.6.6 (Mac OS X), TD: 1.26, Board: "Teensy 3.2 / 3.1, Serial, 96 MHz optimized (overclock), US English" Using library RA8875 at version 0.70.11 in folder: /Users/freddie/Documents/Arduino/libraries/RA8875 exit status 1 previous declaration of 'uint8_t conv2d(const char*)' [-fpermissive] Do you have any ideas how to fix this?

Thanks, Freddie

sbfreddie commented 8 years ago

I fixed this by upgrading Arduino 1.6.6 to 1.6.7.