/* Simple test of BTE block move */ #include #include #define RA8875_CS 4 //see below... #define RA8875_RESET 3//any pin or 255 to disable it! RA8875 tft = RA8875(RA8875_CS,RA8875_RESET);//arduino's void setup() { Serial.begin(38400); //long unsigned debug_start = millis (); //while (!Serial && ((millis () - debug_start) <= 400)) ; Serial.println("RA8875 start"); tft.begin(RA8875_800x480); //fill a gradient, so we can test BTEing stuff around the screen for(int i=0;i