for(int k=0;k<64;k++){ //64
yield();
for (uint16_t x=1; x < tftheight(); x+=6) {
yield();
uint16_t c1 = random(0x00FF,0xFFF0); //0xFFF0
void loop(){
testdrawrects();
yield();
randomCircles(false);
yield();
testtriangles(true);
yield();
testtriangles(false);
yield();
randomRect(false);
yield();
randomRect(true);
yield();
randomCircles(true);
yield();
randomLines();
yield();
// randomPoints();
}