Skip to content

Instantly share code, notes, and snippets.

float circleX=0;
float circleY=0;
float circleW=50;
float circleH=100;
float circleStroke=255;
float circleFill=0;
float backgroundColor=255;
float change=0.5;
void setup() {