2.8" LCD breakout board compiling problem

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
snoringportal
 
Posts: 1
Joined: Tue Nov 19, 2013 1:23 am

2.8" LCD breakout board compiling problem

Post by snoringportal »

Could someone please give me an idea of what I can do to fix this?

Code: Select all

Arduino: 1.0.5 (Linux), Board: "Teensy 3.0"
 TFTLCD/Adafruit_TFTLCD.cpp:464:7: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:464:7: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:9: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:9: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:9: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:9: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:9: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:9: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:21: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:21: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:21: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:21: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:21: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:21: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:33: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:33: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:33: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:33: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:33: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:33: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:45: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:45: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:45: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:45: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:45: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:470:45: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:9: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:9: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:9: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:9: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:9: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:9: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:21: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:21: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:21: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:21: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:21: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:21: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:33: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:33: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:33: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:33: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:33: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:33: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:45: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:45: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:45: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:45: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:45: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:471:45: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:475:7: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:475:7: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:475:7: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:475:7: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:475:7: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:475:7: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:476:7: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:476:7: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:476:7: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:476:7: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:476:7: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:476:7: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:479:3: error: 'csPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp: In member function 'virtual void Adafruit_TFTLCD::fillScreen(uint16_t)':
 TFTLCD/Adafruit_TFTLCD.cpp:578:5: error: 'csPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:578:5: error: 'csPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'cdPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'cdPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'cdPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:579:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'cdPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'cdPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'cdPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:580:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp: In member function 'virtual void Adafruit_TFTLCD::drawPixel(int16_t, int16_t, uint16_t)':
 TFTLCD/Adafruit_TFTLCD.cpp:599:3: error: 'csPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:599:3: error: 'csPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'cdPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'cdPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'cdPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:618:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'cdPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'cdPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'cdPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:619:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'cdPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'cdPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'cdPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:620:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:631:5: error: 'cdPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:631:5: error: 'cdPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:631:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:631:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:631:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:631:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:631:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:631:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:631:5: error: 'cdPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:631:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:631:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:631:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:631:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:631:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:631:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'cdPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'cdPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'cdPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:633:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'cdPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'cdPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'cdPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:634:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:636:5: error: 'cdPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:636:5: error: 'cdPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:636:17: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:636:17: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:636:17: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:636:17: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:636:17: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:636:17: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:636:31: error: 'cdPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:636:40: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:636:40: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:636:40: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:636:40: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:636:40: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:636:40: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:636:52: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:636:52: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:636:52: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:636:52: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:636:52: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:636:52: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:639:3: error: 'csPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp: In member function 'void Adafruit_TFTLCD::pushColors(uint16_t*, uint8_t, boolean)':
 TFTLCD/Adafruit_TFTLCD.cpp:649:3: error: 'csPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:649:3: error: 'csPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:651:5: error: 'cdPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:651:5: error: 'cdPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:652:27: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:652:27: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:652:27: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:652:27: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:652:27: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:652:27: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:653:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:653:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:653:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:653:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:653:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:653:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:655:3: error: 'cdPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:655:3: error: 'cdPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:660:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:660:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:660:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:660:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:660:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:660:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:661:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:661:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:661:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:661:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:661:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:661:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:663:3: error: 'csPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp: In member function 'void Adafruit_TFTLCD::setRotation(uint8_t)':
 TFTLCD/Adafruit_TFTLCD.cpp:672:3: error: 'csPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:672:3: error: 'csPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'cdPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'cdPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'cdPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:682:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:695:5: error: 'cdPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:695:5: error: 'cdPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:695:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:695:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:695:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:695:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:695:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:695:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:695:5: error: 'cdPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:695:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:695:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:695:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:695:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:695:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:695:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp: In member function 'uint16_t Adafruit_TFTLCD::readPixel(int16_t, int16_t)':
 TFTLCD/Adafruit_TFTLCD.cpp:716:3: error: 'csPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:716:3: error: 'csPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'cdPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'cdPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'cdPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:737:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'cdPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'cdPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'cdPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:738:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:743:7: error: 'cdPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:743:7: error: 'cdPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:743:19: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:743:19: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:743:19: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:743:19: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:743:19: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:743:19: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:743:33: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:743:33: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:743:33: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:743:33: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:743:33: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:743:33: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:744:7: error: 'cdPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:745:7: error: 'ID_PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:745:7: error: 'pmc_enable_periph_clk' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:745:7: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:750:7: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:752:5: error: 'csPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'cdPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'cdPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'cdPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:758:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'cdPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'cdPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'cdPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:759:5: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:760:5: error: 'cdPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:760:5: error: 'cdPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:760:17: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:760:17: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:760:17: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:760:17: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:760:17: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:760:17: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:761:5: error: 'ID_PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:761:5: error: 'pmc_enable_periph_clk' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:761:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:762:5: error: 'cdPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:767:5: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:768:5: error: 'csPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp: In member function 'uint16_t Adafruit_TFTLCD::readID()':
 TFTLCD/Adafruit_TFTLCD.cpp:780:3: error: 'csPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:780:3: error: 'csPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:781:3: error: 'cdPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:781:3: error: 'cdPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:782:3: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:782:3: error: 'PIO_Set' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:782:3: error: 'PIO_Clear' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:782:3: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:782:3: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:782:3: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:783:3: error: 'wrPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:783:3: error: 'wrPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:783:3: error: 'wrPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:784:3: error: 'ID_PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:784:3: error: 'pmc_enable_periph_clk' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:784:3: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:785:3: error: 'cdPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:788:3: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:789:3: error: 'csPinSet' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp: In member function 'uint8_t Adafruit_TFTLCD::read8fn()':
 TFTLCD/Adafruit_TFTLCD.cpp:811:3: error: 'rdPort' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:811:3: error: 'rdPinUnset' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:811:3: error: 'PIOC' was not declared in this scope
 TFTLCD/Adafruit_TFTLCD.cpp:811:3: error: 'rdPinSet' was not declared in this scope
Last edited by adafruit_support_bill on Tue Nov 19, 2013 7:11 am, edited 1 time in total.
Reason: Please use the 'code' button when submitting long listings.

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: 2.8" LCD breakout board compiling problem

Post by adafruit_support_mike »

The errors are saying the Arduino IDE can't find the library's header file. This tutorial explains where they should go: http://learn.adafruit.com/adafruit-all- ... -libraries

User avatar
pburgess
 
Posts: 4161
Joined: Sun Oct 26, 2008 2:29 am

Re: 2.8" LCD breakout board compiling problem

Post by pburgess »

This library works with the Arduino Due, but I don't believe has been ported to the Teensy 3.

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

Return to “Microcontrollers”