I am an Arduino newbie, and reviewing the GLCD documentation, in order to understand how to change the library to support this particular LC7981-based LCD display in lieu of the default types supported. It is a common surplus device...I have located (2) AVR programming examples elsewhere, though I failed miserably at pulling them into a sketch, compiling was a quagmire.
So I think GLCD makes sense for me from the standpoint that it is better supported, has diagnostics, and compiles before I touch it wiht my own edits.
First question: I see where to adjust the pin assignments for the MEGA, and the LCD's specific timing numbers, but don't see anything with respect to the low level lcd addressing...that is, when you do an initialization or read or write, there is a specific sequence of lines and delays to implement, aren't I to assume these vary among manufacturers? Should I not at least check that they are correct?
Thanks for any insight.