Hotboards SpiLcd.
2x16 Alphanumeric display with SPI serial interface and ST7032 controller.
Hello World
Import programHotboards_SpiLcd-Hello_World
This sketch prints "Hello World!" to the LCD and shows the time.
Library
Import libraryHotboards_SpiLcd
Hotboards_SpiLcd.cpp - Library for write and control and lcd with spi interfaces and the ST7032 controller. Base on Arduino's Liquid Cristal library
Datasheet
http://www.newhavendisplay.com/app_notes/ST7032.pdfNotes
You can buy this component at: http://hotboards.mitiendanube.com/productos/display-spi/
And also check our tutorial at Hotboards blog (only in spanish) : http://hotboards.org/index.php/es/blog/30-spanish/blog/boards/142-spilcd-con-mbed
More example programs
Import programHotboards_SpiLcd_AutoScroll
This sketch demonstrates the use of the autoscroll() and noAutoscroll() functions to make new text scroll or not.
Import programHotboards_SpiLcd_Blink
This example prints "Hello World!" to the LCD and makes the cursor block blink.
Import programHotboards_SpiLcd_Cursor
This sketch prints "Hello World!" to the LCD and uses the cursor() and noCursor() methods to turn on and off the cursor.
Import programHotboards_SpiLcd_Scroll
This sketch prints "Hello World!" to the LCD and uses the scrollDisplayLeft() and scrollDisplayRight() methods to scroll the text.
Import programHotboards_SpiLcd_setCursor
This sketch prints to all the positions of the LCD using the setCursor() method.
Import programHotboards_SpiLcd_TextDirection
This sketch demonstrates how to use leftToRight() and rightToLeft() to move the cursor.