Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 24, 2020 02:04
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/6735b0bae767f8bf7b92c3a35e51adef to your computer and use it in GitHub Desktop.
Save parzibyte/6735b0bae767f8bf7b92c3a35e51adef to your computer and use it in GitHub Desktop.
void dibujarPuntaje() {
pantalla.setCursor(6, 0);
pantalla.print("SCORE");
pantalla.setCursor(6, 1);
pantalla.print("666");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment