GLCD Screen Displaying Live Arduino Analogs

I used a ST7565 GLCD (Graphic Liquid Cristal Display) screen to display the live analog readings from an Arduino.

image

Here is the Arduino library: ST7565_GLCD_LIbrary

The ST 7565 I picked up on Adafruit for about 16 bucks. I couldn’t find any examples to help put the analog values on the screen, worse yet the screen can’t display real values, I had to convert them to strings.

It was something that an Arduino pro probably could have whipped out in no time but it took me many hours.

Hopefully this can help someone.

Leave a Comment