Skip to content

Instantly share code, notes, and snippets.

@pastcompute
Created April 19, 2016 11:19
Show Gist options
  • Save pastcompute/cefc8a426a9ebd1726cbdcfcff9419a2 to your computer and use it in GitHub Desktop.
Save pastcompute/cefc8a426a9ebd1726cbdcfcff9419a2 to your computer and use it in GitHub Desktop.
Adafruit Nokia 5110 LCD notes

Contrasty option that worked:

  //My pins on teensy 32
  Adafruit_PCD8544 display = Adafruit_PCD8544(2, 3, 9, 20, 10);


  display.begin(45, 3);
  // and comment this out --> //  display.setContrast(45);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment