Cintillo Institucional

/* Primer programa Processing. */
/* Carlos Soto */
/* Check 01/07/2011 */

int i;

void setup() {
  size(450, 450);
}

void draw() {
  background(255, 204, 0);
  PFont font;
  font = loadFont("Ziggurat.vlw");
  textFont(font, 32);
  text("Cenditel", mouseX, mouseY);
  smooth();
}

hlpd/curso_arduino/fuentes/caf0010301 (última edición 2011-07-01 16:27:52 efectuada por _desactivada_csoto)