New LiquidCrystal library - LCD library

I noticed is that this new library is 104 bytes larger than the current
LiquidCrystal library on 1.0rc2 when using the 1.0rc2 LiquidCrystal supplied HelloWorld.ino example sketch.

2648 bytes (new library on 1.0rc2) vs 2544 bytes (LiquidCrystal library on 1.0rc2)

The HelloWorld.pde sketch with the old LiquidCrystal library on 0022 is 2522 bytes.

So switching from the current LiquidCrystal library on 0022 to 1.0 with the new cd library
costs an extra 126 bytes of flash, and there is also some additional RAM requirements as
well since there are some new virtual functions.

Just be conscious of these additional resource demands.

--- bill