Quote Originally Posted by Sphere View Post
Is their an alternative to the H44780 lcd controller which does not require any custom routines to be written and will work with the standard LCDOUT command, because it looks like im going to have to use a custom lcd on my next project.

Thanks Sphere..
Directly from the PBP manual...

Display Items on an intelligent Liquid Crystal Display. PBP supports LCD modules with a Hitachi 44780 controller or equivalent. These LCDs usually have a 14- or 16-pin single- or dual-row header at one edge.

That being said, I can tell you from experience that it's not that hard to write routines for practically any LCD out there, mono graphics LCDs, color graphics LCDs, 'cell phone' LCDs, and so on...
Just takes a bit of reading and practice...