eynarcalle / glcd-arduino

Automatically exported from code.google.com/p/glcd-arduino
0 stars 0 forks source link

GLCDDiags to report when DISPLAY_WIDTH has been truncated. #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be nice to have GLCDdiags report if the DISPLAY_WIDTH
has been truncated from 256 pixels down to 255 pixels.

Currently this is a simple drop in update as the define DISPLAY_WIDTH
is redefined and there is no way for GLCDdiags to know its original value.

This will have be handled slightly differently or else a new define
created to be able to tell the difference between the original
DISPLAY_WIDTH and the final value.

Original issue reported on code.google.com by bperry...@gmail.com on 24 Mar 2011 at 6:45

GoogleCodeExporter commented 8 years ago
The above should have read:
"Currently this is *not* a simple drop in... "

Original comment by bperry...@gmail.com on 29 Mar 2011 at 5:46