LCD_screen Library Suite

nice, the bump up to 230400 baud on the hardware serial port really helps frame rates as well.

I got around needing a serial proxy by just passing a reference to the Stream object type. Both the Arduino hardware serial ports and NewSoftSerial (beta 11 and newer) are of this type, so you can setup whatever kind of serial port you want, pass it to your constructor and everything just works.