GLCD library version 3 (end of life - no longer supported)

swifftyb:
This may be a really silly question. Is there a document that shows all the commands for these glcd screens? Or do you just have to pick apart the examples. IV got my screen working but im having trouble getting complex functions to materialize.

Thanks, swiffty

The library includes lots of documentation. It includes a pdf file as well as a html documentation. The html documentation
has more detail and supports searching as well as many hyper-links to make navigating through the documentation easier.
The documentation includes documentation on every function as well as information on troubleshooting and diagnostics,
how to create bitmap files, and even custom fonts.
The location of the documentation is mentioned in the readme.txt file included in the library package.
Have a look at the readme file.
But basically, the documentation is the glcd/doc directory and you can click on file
GLCDref.htm to view it.

--- bill