Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created May 27, 2021 01:29
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/a6e7062d5133dd73594c57152752c583 to your computer and use it in GitHub Desktop.
Save parzibyte/a6e7062d5133dd73594c57152752c583 to your computer and use it in GitHub Desktop.
lcd.begin(16, 2); // <----------- Debe llamarse antes de todo, antes de SPI.begin(); y antes de lector.PCD_Init();
lcd.init();
// Lector
SPI.begin();
lector.PCD_Init();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment