Libraries
 
           
 

The Wiring LiquidCrystal library allows for easily writing data to an external generic liquid crystal display (LCD) based on the H44780 controller. It can be used as output to your Wiring programs.

The LCD display has 14 or in some cases 15 pins, from which 8 are used for data transmission, 3 for control operations, 2 for power, 1 for controlling the display contrast and optionally one for lighting it.

 

LiquidCrystal
Class for manipulating LCD displays connected to the Wiring I/O board.

print()
Prints data on the display.

println()
Prints data on the display.

clear()
Clears the display screen.

home()
Sets the cursor at the beginning of the screen.

setCursor()
Moves the cursor to a specific column, row position.