Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 24, 2020 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/5b24e1db36134a478ec42fd729b3c3e8 to your computer and use it in GitHub Desktop.
Save parzibyte/5b24e1db36134a478ec42fd729b3c3e8 to your computer and use it in GitHub Desktop.
pantalla.createChar(numeroFigura, figura);
pantalla.setCursor(cuadritoX, cuadritoY); // X, Y
pantalla.write(byte(numeroFigura));
numeroFigura++;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment