ST7565P display

Hello
I bought a ST7565P display on ebay that I have set up to run in serial but it does not use the first 4 vertical lines with GLCD lib. 

Does anyone have an idea of what goes wrong
(this is not an error on display for I have try 3 of them)
Regards Mark

robw's picture

Re: ST7565P display

I maybe wrong but in the library for the GLCD file GLCD_ST7565.cpp line 21 

#define LCDUNUSEDSTARTBYTES 4

Looks like you need to change this to 0 as your missing 4 pixels off,..

shadows's picture

Re: ST7565P display

Robw
 

You just save my day :-)
It was just what was needed - so now I can use this display to my Air Data Instrument.
You must have a great weekend Robw

PS if there are some who want to know how I got this display to work, I can make a blog or wiki

robw's picture

Re: ST7565P display

No worries..  

Im trying to get the adafruit dispay working with a mega 2560 but failing at the mo.. I know the screen works fine on a uno / 328 just refuses to work with the mega..

http://openenergymonitor.org/emon/node/1886

Rob

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.