I'm having trouble integrating the repaper e-ink display development board into another project. Specifically, I'm trying to use it with the adafruit RFID shield and the RedBearLabs BLE shield. The issue is with the EPD.h file for the E-ink development board and the boards.h file for the BLE shield. For whatever reason, these two header files won't compile together. When I try to compile them together, I get this error:
In file included from RFID_Chat_Eink.ino:18:
/Users/Documents/Arduino/libraries/EPD/EPD.h:64: error: section attribute not allowed for 'gate_source'
/Users/Documents/Arduino/libraries/EPD/EPD.h:66: error: section attribute not allowed for 'channel_select'
/Users/Documents/Arduino/libraries/EPD/EPD.h:91: error: section attribute not allowed for 'image'
/Users/Documents/Arduino/libraries/EPD/EPD.h:99: error: section attribute not allowed for 'old_image'
/Users/Documents/Arduino/libraries/EPD/EPD.h:99: error: section attribute not allowed for 'new_image'
I can post the headers if that's helpful. Thanks!