Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 10, 2021 01:43
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/ea32f624337c7cdd8b560f0ed5b1229c to your computer and use it in GitHub Desktop.
Save parzibyte/ea32f624337c7cdd8b560f0ed5b1229c to your computer and use it in GitHub Desktop.
// Imprimir
lcd.setCursor(0, 0);
lcd.print("LCD y ESP8266");
lcd.setCursor(0, 1); // Segunda fila
lcd.print("parzibyte.me");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment