/* Simple test of BTE block move */ #include #include #define RA8875_RESET 9//any pin or nothing! #if defined(NEEDS_SET_MODULE)//Energia, this case is for stellaris/tiva RA8875 tft = RA8875(3);//select SPI module 3 /* for module 3 (stellaris) SCLK: PD_0 MOSI: PD_3 MISO: PD_2 SS: PD_1 */ #endif void setup() { Serial.begin(38400); //long unsigned debug_start = millis (); // while (!Serial && ((millis () - debug_start) <= 400)) ; Serial.println("RA8875 start"); tft.begin(RA8875_800x480); //tft.setRotation(0); //fill a gradient, so we can test BTEing stuff around the screen for(int i=0;i