Here are two examples of a simple Screen class for driving these handy serial LCD screens: https://www.sparkfun.com/products/9067.
-
driver.nut is a simple, single screen hello world example. Simply connect the RX pin of the screen to PIN1 of the Imp.
-
example.nut is a more complex example that prints JSON from the internet (via a GET HTTP Request block) on two screens.