adafruit / Adafruit_RA8875

Adafruit Arduino library driver for the RA8875 TFT driver
http://www.adafruit.com/products/1590
Other
68 stars 58 forks source link

Doesn't compile for SAMD51 and probably SAMD21 because of eeprom #21

Closed makermelissa closed 5 years ago

makermelissa commented 5 years ago

When a feature was merged in to allow calibration persistence, adding #include <EEPROM.h> caused compilation for the SAMD51 to stop working. I need to go through and add some IFDEFs around it so it still works for Arduino, but it turned off for other boards.

makermelissa commented 5 years ago

Ok, I set up a Travis.yml file and it's failing on the following boards for the same reason: M4, Zero, and Due.